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