Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1590210 > unrolled thread

[PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings

Started bykbuild test robot <fengguang.wu@intel.com>
First post2017-03-01 11:40 +0100
Last post2017-03-01 11:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2017-03-01 11:40 +0100

#1590210 — [PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings

Fromkbuild test robot <fengguang.wu@intel.com>
Date2017-03-01 11:40 +0100
Subject[PATCH] staging/atomisp: fix platform_no_drv_owner.cocci warnings
Message-ID<tg9PS-1LH-73@gated-at.bofh.it>
drivers/staging/media/atomisp/i2c/ov5693/ov5693.c:2066: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>
---

 ov5693.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/staging/media/atomisp/i2c/ov5693/ov5693.c
+++ b/drivers/staging/media/atomisp/i2c/ov5693/ov5693.c
@@ -2063,7 +2063,6 @@ MODULE_DEVICE_TABLE(acpi, ov5693_acpi_ma
 
 static struct i2c_driver ov5693_driver = {
 	.driver = {
-		.owner = THIS_MODULE,
 		.name = OV5693_NAME,
 		.acpi_match_table = ACPI_PTR(ov5693_acpi_match),
 	},

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web