* [PATCH] Fix error in omap_ts.c
@ 2006-02-17 15:58 Dirk Behme
2006-02-20 22:44 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2006-02-17 15:58 UTC (permalink / raw)
To: Linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 359 bytes --]
ARM: OMAP: Add missing '=' in omap_ts.c as proposed by
Andrzej Zaborowski.
Fix error
CC drivers/input/touchscreen/omap/omap_ts.o
drivers/input/touchscreen/omap/omap_ts.c:230: error: syntax
error
before '{' token
drivers/input/touchscreen/omap/omap_ts.c:233: error: syntax
error
before '}' token
Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
[-- Attachment #2: omap_ts_patch.txt --]
[-- Type: text/plain, Size: 383 bytes --]
--- ./drivers/input/touchscreen/omap/omap_ts.c_orig 2006-02-13 21:02:18.000000000 +0100
+++ ./drivers/input/touchscreen/omap/omap_ts.c 2006-02-17 16:54:06.000000000 +0100
@@ -227,7 +227,7 @@ static struct platform_driver omap_ts_dr
.remove = omap_ts_remove,
.suspend = omap_ts_suspend,
.resume = omap_ts_resume,
- .driver {
+ .driver = {
.name = OMAP_TS_NAME,
},
};
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix error in omap_ts.c
2006-02-17 15:58 [PATCH] Fix error in omap_ts.c Dirk Behme
@ 2006-02-20 22:44 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2006-02-20 22:44 UTC (permalink / raw)
To: Dirk Behme; +Cc: Linux-omap-open-source
* Dirk Behme <dirk.behme@googlemail.com> [060217 08:04]:
>
> ARM: OMAP: Add missing '=' in omap_ts.c as proposed by
> Andrzej Zaborowski.
>
> Fix error
>
> CC drivers/input/touchscreen/omap/omap_ts.o
> drivers/input/touchscreen/omap/omap_ts.c:230: error: syntax
> error
> before '{' token
> drivers/input/touchscreen/omap/omap_ts.c:233: error: syntax
> error
> before '}' token
Pushing today, thanks.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-20 22:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-17 15:58 [PATCH] Fix error in omap_ts.c Dirk Behme
2006-02-20 22:44 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox