forked from Minki/linux
staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.
This mean all sorts of interesting results on driver removal. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
91ab3fc907
commit
8016934cbd
@ -676,7 +676,7 @@ static int __devinit lis3l02dq_probe(struct spi_device *spi)
|
||||
}
|
||||
st = iio_priv(indio_dev);
|
||||
/* this is only used tor removal purposes */
|
||||
spi_set_drvdata(spi, st);
|
||||
spi_set_drvdata(spi, indio_dev);
|
||||
|
||||
st->us = spi;
|
||||
mutex_init(&st->buf_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user