From: Jingoo Han Date: Sat, 6 Apr 2013 06:44:14 +0000 (+0900) Subject: mfd: mc13xxx: Use spi_get_drvdata() and spi_set_drvdata() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a720c3053322231d6fc6c5e7459ea1ea068904c4;p=pandora-kernel.git mfd: mc13xxx: 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed