提交 1d2f1e08 编写于 作者: K kbuild test robot 提交者: Jonathan Cameron

iio: light: apds9960: fix platform_no_drv_owner.cocci warnings

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 <mranostay@gmail.com>
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 ebe5c543
......@@ -1118,7 +1118,6 @@ static struct i2c_driver apds9960_driver = {
.driver = {
.name = APDS9960_DRV_NAME,
.pm = &apds9960_pm_ops,
.owner = THIS_MODULE,
},
.probe = apds9960_probe,
.remove = apds9960_remove,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部