All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: Linux-omap-open-source@linux.omap.com
Subject: [PATCH] Fix error in omap_ts.c
Date: Fri, 17 Feb 2006 16:58:16 +0100	[thread overview]
Message-ID: <43F5F298.3050505@gmail.com> (raw)

[-- 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 --]



             reply	other threads:[~2006-02-17 15:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-17 15:58 Dirk Behme [this message]
2006-02-20 22:44 ` [PATCH] Fix error in omap_ts.c Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43F5F298.3050505@gmail.com \
    --to=dirk.behme@googlemail.com \
    --cc=Linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.