Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320489
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] gpio: gpio-f81504: fix platform_no_drv_owner.cocci warnings |
| Date | 2016-01-28 11:00 +0100 |
| Message-ID | <qVRwT-1wL-25@gated-at.bofh.it> (permalink) |
| References | <qVRwS-1wL-5@gated-at.bofh.it> <qVR3Q-1j6-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
drivers/gpio/gpio-f81504.c:246: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: Peter Hung <hpeter@gmail.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
gpio-f81504.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/gpio/gpio-f81504.c
+++ b/drivers/gpio/gpio-f81504.c
@@ -243,7 +243,6 @@ static SIMPLE_DEV_PM_OPS(f81504_gpio_pm_
static struct platform_driver f81504_gpio_driver = {
.driver = {
.name = F81504_GPIO_NAME,
- .owner = THIS_MODULE,
.pm = &f81504_gpio_pm_ops,
},
.probe = f81504_gpio_probe,
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V2 2/4] gpio: gpio-f81504: Add Fintek F81504/508/512 PCIE-to-UART/GPIO GPIOLIB support Peter Hung <hpeter@gmail.com> - 2016-01-28 10:30 +0100
[PATCH] gpio: gpio-f81504: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2016-01-28 11:00 +0100
Re: [PATCH V2 2/4] gpio: gpio-f81504: Add Fintek F81504/508/512 PCIE-to-UART/GPIO GPIOLIB support Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2016-01-28 13:10 +0100
Re: [PATCH V2 2/4] gpio: gpio-f81504: Add Fintek F81504/508/512 PCIE-to-UART/GPIO GPIOLIB support Peter Hung <hpeter@gmail.com> - 2016-01-29 09:20 +0100
csiph-web