]> rtime.felk.cvut.cz Git - linux-imx.git/commit
mfd: da9052: Use spi_get_drvdata() and spi_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Sat, 6 Apr 2013 06:43:23 +0000 (15:43 +0900)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 9 Apr 2013 10:18:16 +0000 (12:18 +0200)
commit1b1ba09c39a7262f322290820ad8f29f964b9eee
treef1cee37e810ff34cab1d59772fbd7e58d34c86c0
parent0c0d2ab069fa668daeda4204580e359dba178169
mfd: da9052: Use spi_get_drvdata() and spi_set_drvdata()

Use the wrapper functions for getting and setting the driver data using
spi_device instead of using dev_{get|set}_drvdata with &spi->dev, so we
can directly pass a struct spi_device.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/da9052-spi.c