* [PATCH] potential parse error, drivers/i2c/busses/i2c-pmcmsp.c
@ 2007-07-16 14:57 Yoann Padioleau
0 siblings, 0 replies; only message in thread
From: Yoann Padioleau @ 2007-07-16 14:57 UTC (permalink / raw)
To: linux-janitors; +Cc: akpm, linux-kernel
potential parse error in initializer.
Signed-off-by: Yoann Padioleau <padator@wanadoo.fr>
diff --git a/drivers/i2c/busses/i2c-pmcmsp.c b/drivers/i2c/busses/i2c-pmcmsp.c
index 03188d2..17cecf1 100644
--- a/drivers/i2c/busses/i2c-pmcmsp.c
+++ b/drivers/i2c/busses/i2c-pmcmsp.c
@@ -630,7 +630,7 @@ static struct i2c_adapter pmcmsptwi_adap
static struct platform_driver pmcmsptwi_driver = {
.probe = pmcmsptwi_probe,
.remove = __devexit_p(pmcmsptwi_remove),
- .driver {
+ .driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
},
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-16 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-16 14:57 [PATCH] potential parse error, drivers/i2c/busses/i2c-pmcmsp.c Yoann Padioleau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®