commit | e65ad41e3b3f28316565ad0061b8152a3a8227ba | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Sat Apr 06 15:44:51 2013 +0900 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue Apr 09 12:18:16 2013 +0200 |
tree | d390145c54c0ebbcba6f04c278197511a046faf6 | |
parent | e9642d5e162c2a219f770cf4a52b4c6b622879bb [diff] |
mfd: stmpe: Use spi_get_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>