On 07/04/2013 02:46 PM, Wei Yongjun wrote: > From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> > > Add missing .driver_module of struct iio_info. This prevents the > module from being removed from underneath its users. > > Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> Applied to the fixes-togreg branch of iio.git. Obviously we want this fix whatever the outcome of the discussion started by Greg as any changes will be in the next cycle, not this one. Thanks, Jonathan > --- > drivers/staging/iio/adc/ad7291.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/iio/adc/ad7291.c b/drivers/staging/iio/adc/ad7291.c > index 3fc79e5..a2e61c2 100644 > --- a/drivers/staging/iio/adc/ad7291.c > +++ b/drivers/staging/iio/adc/ad7291.c > @@ -517,6 +517,7 @@ static const struct iio_info ad7291_info = { > .read_event_value = &ad7291_read_event_value, > .write_event_value = &ad7291_write_event_value, > .event_attrs = &ad7291_event_attribute_group, > + .driver_module = THIS_MODULE, > }; > > static int ad7291_probe(struct i2c_client *client, > -- 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