[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151011171220.GA93323@lkp-ib04.intel.com>
Date: Mon, 12 Oct 2015 01:12:20 +0800
From: kbuild test robot <lkp@...el.com>
To: Nicolas Saenz Julienne <nicolassaenzj@...il.com>
Cc: kbuild-all@...org, linus.walleij@...aro.org, gnurou@...il.com,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] gpio: fix platform_no_drv_owner.cocci warnings
drivers/gpio/gpio-tps65218.c:153: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: Nicolas Saenz Julienne <nicolassaenzj@...il.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
gpio-tps65218.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/gpio/gpio-tps65218.c
+++ b/drivers/gpio/gpio-tps65218.c
@@ -150,7 +150,6 @@ MODULE_DEVICE_TABLE(of, tps65218_dt_matc
static struct platform_driver tps65218_gpio_driver = {
.driver = {
.name = "tps65218-gpio",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(tps65218_dt_match)
},
.probe = tps65218_gpio_probe,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists