This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/media_tree.git tree:

Subject: [media] i2c: fix platform_no_drv_owner.cocci warnings
Author:  Fengguang Wu <[email protected]>
Date:    Fri Aug 21 17:12:20 2015 -0300

drivers/media/i2c/tc358743.c:1960: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: Geert Uytterhoeven <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/i2c/tc358743.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=cfd34ed8deede7cbb0ba46d61870f075ac9694e3

diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c
index 526d307..9ef5baa 100644
--- a/drivers/media/i2c/tc358743.c
+++ b/drivers/media/i2c/tc358743.c
@@ -1969,7 +1969,6 @@ MODULE_DEVICE_TABLE(i2c, tc358743_id);
 
 static struct i2c_driver tc358743_driver = {
        .driver = {
-               .owner = THIS_MODULE,
                .name = "tc358743",
        },
        .probe = tc358743_probe,

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to