On 15/01/16 16:00, Akinobu Mita wrote: > mpl115 sets i2c clientdata, but it is not used anywhere. So remove it. > > Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> > Cc: Jonathan Cameron <jic23@xxxxxxxxxx> > Cc: Hartmut Knaack <knaack.h@xxxxxx> > Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> > Cc: Peter Meerwald <pmeerw@xxxxxxxxxx> > Cc: linux-iio@xxxxxxxxxxxxxxx Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > drivers/iio/pressure/mpl115.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/pressure/mpl115.c b/drivers/iio/pressure/mpl115.c > index f5ecd6e..3e1e3353 100644 > --- a/drivers/iio/pressure/mpl115.c > +++ b/drivers/iio/pressure/mpl115.c > @@ -163,7 +163,6 @@ static int mpl115_probe(struct i2c_client *client, > data->client = client; > mutex_init(&data->lock); > > - i2c_set_clientdata(client, indio_dev); > indio_dev->info = &mpl115_info; > indio_dev->name = id->name; > indio_dev->dev.parent = &client->dev; > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html