spi: use simplified spi_sync() calling convention
authorMarc Pignat <marc.pignat@hevs.ch>
Wed, 5 Dec 2007 07:45:11 +0000 (23:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 5 Dec 2007 17:21:19 +0000 (09:21 -0800)
commitc24b2602af88db4489c6c3fb4b2a8e47fb15769b
treed27731d5534fde61c17f3cd273ce0e639e3ff2cf
parent9b938b749065d6a94172ac24d9748bd66a03da4c
spi: use simplified spi_sync() calling convention

Given the patch which simplifies the spi_sync calling convention, this one
updates the callers of that routine which tried using it according to the
previous specification.  (Most didn't.)

Signed-off-by: Marc Pignat <marc.pignat@hevs.ch>
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/input/touchscreen/ads7846.c
drivers/mmc/host/mmc_spi.c
drivers/rtc/rtc-max6902.c