drivers/iio/light/apds9960.c:1125:3-8: No need to set .owner here. The core will do it.
Remove .owner field if calls are used which set it automatically
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
CC: Matt Ranostay <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
.driver = {
.name = APDS9960_DRV_NAME,
.pm = &apds9960_pm_ops,
- .owner = THIS_MODULE,
},
.probe = apds9960_probe,
.remove = apds9960_remove,