]> git.baikalelectronics.ru Git - kernel.git/commit
tle62x0 driver stops ignoring read errors
authorDavid Brownell <david-b@pacbell.net>
Thu, 15 Nov 2007 01:00:04 +0000 (17:00 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 15 Nov 2007 02:45:42 +0000 (18:45 -0800)
commit6be5c499a8622a571f6d35e3e23a9c3f64f7b149
tree864abe3457ba16ddb3d37656b3c514d1648f87cc
parent674aba8349f884ba7aedcaa2faae597e4cc57724
tle62x0 driver stops ignoring read errors

The tle62x0 driver was ignoring all read errors.  This patch makes it
pass such errors up the stack, instead of returning bogus data.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/tle62x0.c