]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: ethernet: ks8851: use spi_get_drvdata() and spi_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Fri, 5 Apr 2013 20:35:43 +0000 (20:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Apr 2013 20:48:18 +0000 (16:48 -0400)
commit8f996607824dba3c808bb7ed3f8f82670120383e
treea4863bee65163e8729488f9843f619e25b0835cd
parentfce5c293ff4462cee4e7090ed1763c414cc7d8bb
net: ethernet: ks8851: 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: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/micrel/ks8851.c