commit | 0c0d2ab069fa668daeda4204580e359dba178169 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Sat Apr 06 15:42:48 2013 +0900 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue Apr 09 12:18:16 2013 +0200 |
tree | 2ec2a3bdaf7d9780d1692d781c1e32856316feb2 | |
parent | b99877f3f7e1c8b7e6d133b56c8bcea4e2f7be80 [diff] |
mfd: wm831x: 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>