The subject seems to have a copy and paste error. On 02/06/2017 05:24 PM, Wei Yongjun wrote: > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > Remove .owner field if calls are used which set it automatically. > > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci > > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- > drivers/iio/adc/max11100.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/adc/max11100.c b/drivers/iio/adc/max11100.c > index a088cf9..23c060e 100644 > --- a/drivers/iio/adc/max11100.c > +++ b/drivers/iio/adc/max11100.c > @@ -167,7 +167,6 @@ MODULE_DEVICE_TABLE(of, max11100_ids); > static struct spi_driver max11100_driver = { > .driver = { > .name = "max11100", > - .owner = THIS_MODULE, > .of_match_table = of_match_ptr(max11100_ids), > }, > .probe = max11100_probe, > > > -- 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