]> git.baikalelectronics.ru Git - kernel.git/commit
spi: spi-s3c64xx.c Remove unused argument.
authorMatthias Brugger <matthias.bgg@gmail.com>
Tue, 26 Mar 2013 09:27:35 +0000 (10:27 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 26 Mar 2013 14:03:33 +0000 (14:03 +0000)
commit42129ef1b8c8ed8a038d2d6b7b02920fd0bc627b
treee77cb1f942f4f4839047072495e5e29d86967ed9
parenta240fee30a1e3d54d42bc0b14ca2f62ba8fec3ca
spi: spi-s3c64xx.c Remove unused argument.

The pointer to the driver data is never used to get the slave
controller data. We can delete the unused argument from the function.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-s3c64xx.c