2022-05-18 23:39:31

by Yang Li

[permalink] [raw]
Subject: [PATCH -next] rtc: rzn1: fix platform_no_drv_owner.cocci warning

Remove .owner field if calls are used which set it automatically.
./drivers/rtc/rtc-rzn1.c:411:3-8: No need to set .owner here. The core
will do it.

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
---
drivers/rtc/rtc-rzn1.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/rtc/rtc-rzn1.c b/drivers/rtc/rtc-rzn1.c
index 980ade8c9601..f92d1398b0f1 100644
--- a/drivers/rtc/rtc-rzn1.c
+++ b/drivers/rtc/rtc-rzn1.c
@@ -408,7 +408,6 @@ static struct platform_driver rzn1_rtc_driver = {
.remove = rzn1_rtc_remove,
.driver = {
.name = "rzn1-rtc",
- .owner = THIS_MODULE,
.of_match_table = rzn1_rtc_of_match,
},
};
--
2.20.1.7.g153144c



2022-05-19 14:01:01

by Alexandre Belloni

[permalink] [raw]
Subject: Re: [PATCH -next] rtc: rzn1: fix platform_no_drv_owner.cocci warning

On Thu, 19 May 2022 07:24:45 +0800, Yang Li wrote:
> Remove .owner field if calls are used which set it automatically.
> ./drivers/rtc/rtc-rzn1.c:411:3-8: No need to set .owner here. The core
> will do it.
>
>

Applied, thanks!

[1/1] rtc: rzn1: fix platform_no_drv_owner.cocci warning
commit: e60e8a73235ce5d42a2891c6989e8df1c8888c4a

Best regards,

--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com