From: Jingoo Han Date: Fri, 5 Apr 2013 20:37:07 +0000 (+0000) Subject: net: phy: spi_ks8995: use spi_get_drvdata() and spi_set_drvdata() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5f18460f451d5d06f2f788c90cfccd6631139a;p=pandora-kernel.git net: phy: spi_ks8995: 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: David S. Miller --- Reading git-diff-tree failed