commit | c49b05ac2cb2c0176e4ddb17ccd81bb28eb95cf3 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Apr 05 20:36:25 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 07 16:48:19 2013 -0400 |
tree | a3b73dc1ab75990a10a512e22d42f05e5c2c593b | |
parent | 5743756161518f279ad0bd21437713f7bc3f0a81 [diff] |
net: wireless: wl1251: 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>