* [PATCH] staging: fsl-mc: Remove redundant initalization of the .owner field
@ 2015-04-23 13:03 Gujulan Elango, Hari Prasath (H.)
0 siblings, 0 replies; only message in thread
From: Gujulan Elango, Hari Prasath (H.) @ 2015-04-23 13:03 UTC (permalink / raw)
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, German.Rivera@freescale.com,
agraf@suse.de, stuart.yoder@freescale.com,
linux-kernel@vger.kernel.org, Babu, Viswanathan (V.)
This patch removes the redundant static initialization of the .owner field from
this driver as it is being overidden by the call from the platform driver register
Signed-off-by: Hari Prasath <hgujulan@visteon.com>
---
drivers/staging/fsl-mc/bus/mc-bus.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/fsl-mc/bus/mc-bus.c b/drivers/staging/fsl-mc/bus/mc-bus.c
index 23512d0..766a659 100644
--- a/drivers/staging/fsl-mc/bus/mc-bus.c
+++ b/drivers/staging/fsl-mc/bus/mc-bus.c
@@ -713,7 +713,6 @@ MODULE_DEVICE_TABLE(of, fsl_mc_bus_match_table);
static struct platform_driver fsl_mc_bus_driver = {
.driver = {
.name = "fsl_mc_bus",
- .owner = THIS_MODULE,
.pm = NULL,
.of_match_table = fsl_mc_bus_match_table,
},
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-23 13:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 13:03 [PATCH] staging: fsl-mc: Remove redundant initalization of the .owner field Gujulan Elango, Hari Prasath (H.)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox