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


Groups > linux.kernel > #1244161

[PATCH] gpio: fix platform_no_drv_owner.cocci warnings

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject [PATCH] gpio: fix platform_no_drv_owner.cocci warnings
Date 2015-10-11 19:20 +0200
Message-ID <qisrT-6sK-3@gated-at.bofh.it> (permalink)
References <qisrT-6sK-5@gated-at.bofh.it> <qirYS-5F6-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@gmail.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] gpio: add tps65218 gpio driver Nicolas Saenz Julienne <nicolassaenzj@gmail.com> - 2015-10-11 18:50 +0200
  [PATCH] gpio: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2015-10-11 19:20 +0200
  Re: [PATCH] gpio: add tps65218 gpio driver kbuild test robot <lkp@intel.com> - 2015-10-11 19:20 +0200
  Re: [PATCH] gpio: add tps65218 gpio driver Linus Walleij <linus.walleij@linaro.org> - 2015-10-16 22:30 +0200

csiph-web