* [PATCH] watchdog: Remove .owner field from cadence driver
@ 2015-01-15 12:42 Michal Simek
2015-01-15 14:47 ` Guenter Roeck
2015-01-15 14:52 ` Guenter Roeck
0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2015-01-15 12:42 UTC (permalink / raw)
To: linux-kernel, monstr; +Cc: Wim Van Sebroeck, linux-watchdog
[-- Attachment #1: Type: text/plain, Size: 680 bytes --]
.owner files is filled by module_platform_driver().
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
Big cleanup was done and this new driver was missed.
---
drivers/watchdog/cadence_wdt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/watchdog/cadence_wdt.c b/drivers/watchdog/cadence_wdt.c
index 5927c0a98a74..bcfd2a22208f 100644
--- a/drivers/watchdog/cadence_wdt.c
+++ b/drivers/watchdog/cadence_wdt.c
@@ -503,7 +503,6 @@ static struct platform_driver cdns_wdt_driver = {
.shutdown = cdns_wdt_shutdown,
.driver = {
.name = "cdns-wdt",
- .owner = THIS_MODULE,
.of_match_table = cdns_wdt_of_match,
.pm = &cdns_wdt_pm_ops,
},
--
1.8.2.3
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] watchdog: Remove .owner field from cadence driver
2015-01-15 12:42 [PATCH] watchdog: Remove .owner field from cadence driver Michal Simek
@ 2015-01-15 14:47 ` Guenter Roeck
2015-01-15 14:52 ` Guenter Roeck
1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2015-01-15 14:47 UTC (permalink / raw)
To: Michal Simek, linux-kernel, monstr; +Cc: Wim Van Sebroeck, linux-watchdog
On 01/15/2015 04:42 AM, Michal Simek wrote:
> .owner files is filled by module_platform_driver().
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] watchdog: Remove .owner field from cadence driver
2015-01-15 12:42 [PATCH] watchdog: Remove .owner field from cadence driver Michal Simek
2015-01-15 14:47 ` Guenter Roeck
@ 2015-01-15 14:52 ` Guenter Roeck
1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2015-01-15 14:52 UTC (permalink / raw)
To: Michal Simek, linux-kernel, monstr; +Cc: Wim Van Sebroeck, linux-watchdog
On 01/15/2015 04:42 AM, Michal Simek wrote:
> .owner files is filled by module_platform_driver().
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> Big cleanup was done and this new driver was missed.
Actually, it was included in 'watchdog: drop owner assignment from platform_drivers'
by Wolfram Sang. It just hasn't been applied yet.
Guenter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-15 14:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 12:42 [PATCH] watchdog: Remove .owner field from cadence driver Michal Simek
2015-01-15 14:47 ` Guenter Roeck
2015-01-15 14:52 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox