From: Mike Frysinger Date: Tue, 7 Apr 2009 02:00:34 +0000 (-0700) Subject: Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes transferred X-Git-Tag: v2.6.30-rc1~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ace32865a3767e4e385b883868c228a2a6db225a;p=pandora-kernel.git Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes transferred Use len_in_bytes when we care about the number of bytes transferred rather than the number of spi transactions. (this value will be the same for 8bit transfers, but not any other sizes) Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu Acked-by: David Brownell Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed