Re: [PATCH 1/6] mfd: wm831x: use spi_get_drvdata() and spi_set_drvdata()

2013-04-09 Thread Samuel Ortiz
Hi Jingoo, On Sat, Apr 06, 2013 at 03:42:48PM +0900, Jingoo Han wrote: > 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 > ---

[PATCH 1/6] mfd: wm831x: use spi_get_drvdata() and spi_set_drvdata()

2013-04-05 Thread Jingoo Han
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 --- drivers/mfd/wm831x-spi.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletio