* [PATCH] clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner"
@ 2016-08-16 7:29 SF Markus Elfring
2016-08-17 22:13 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: SF Markus Elfring @ 2016-08-16 7:29 UTC (permalink / raw)
To: linux-arm-msm, linux-clk, linux-soc, Andy Gross, David Brown,
Michael Turquette, Stephen Boyd, Varadarajan Narayanan
Cc: LKML, kernel-janitors, Julia Lawall, Matthew McClintock
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Tue, 16 Aug 2016 08:53:10 +0200
The field "owner" is set by the core.
Thus delete an unneeded initialisation.
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
drivers/clk/qcom/gcc-ipq4019.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/clk/qcom/gcc-ipq4019.c b/drivers/clk/qcom/gcc-ipq4019.c
index 3cd1af0..b593065 100644
--- a/drivers/clk/qcom/gcc-ipq4019.c
+++ b/drivers/clk/qcom/gcc-ipq4019.c
@@ -1332,7 +1332,6 @@ static struct platform_driver gcc_ipq4019_driver = {
.probe = gcc_ipq4019_probe,
.driver = {
.name = "qcom,gcc-ipq4019",
- .owner = THIS_MODULE,
.of_match_table = gcc_ipq4019_match_table,
},
};
--
2.9.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner"
2016-08-16 7:29 [PATCH] clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner" SF Markus Elfring
@ 2016-08-17 22:13 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2016-08-17 22:13 UTC (permalink / raw)
To: SF Markus Elfring
Cc: linux-arm-msm, linux-clk, linux-soc, Andy Gross, David Brown,
Michael Turquette, Varadarajan Narayanan, LKML, kernel-janitors,
Julia Lawall, Matthew McClintock
On 08/16, SF Markus Elfring wrote:
> From: Markus Elfring <elfring@users.sourceforge.net>
> Date: Tue, 16 Aug 2016 08:53:10 +0200
>
> The field "owner" is set by the core.
> Thus delete an unneeded initialisation.
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
> ---
Applied to clk-next
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-17 22:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 7:29 [PATCH] clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner" SF Markus Elfring
2016-08-17 22:13 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).