Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590201
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings |
| Date | 2017-03-01 11:40 +0100 |
| Message-ID | <tg9PS-1LH-49@gated-at.bofh.it> (permalink) |
| References | <tg9PP-1LH-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
drivers/staging/media/atomisp/i2c/ap1302.c:1250: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: Alan Cox <alan@linux.intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
ap1302.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/staging/media/atomisp/i2c/ap1302.c
+++ b/drivers/staging/media/atomisp/i2c/ap1302.c
@@ -1247,7 +1247,6 @@ MODULE_DEVICE_TABLE(i2c, ap1302_id);
static struct i2c_driver ap1302_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = AP1302_NAME,
},
.probe = ap1302_probe,
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2017-03-01 11:40 +0100
csiph-web