public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: "Andrzej Zaborowski" <balrog@zabor.org>
To: Linux-OMAP <linux-omap-open-source@linux.omap.com>
Subject: [PATCH] More pt_regs (TSC2102).
Date: Tue, 14 Nov 2006 22:09:42 +0100	[thread overview]
Message-ID: <1163538582428-git-send-email-balrog@zabor.org> (raw)

From: Andrzej Zaborowski <balrog@zabor.org>

Remove pt_regs use in drivers/spi/tsc2102.c.

Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
---
 drivers/spi/tsc2102.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/tsc2102.c b/drivers/spi/tsc2102.c
index 3d49d99..91d4d21 100644
--- a/drivers/spi/tsc2102.c
+++ b/drivers/spi/tsc2102.c
@@ -418,8 +418,7 @@ static void tsc2102_new_mode(struct tsc2
 static void tsc2102_check_status(struct tsc2102_dev *dev);
 
 /* TSC has new data for us availiable.  */
-static irqreturn_t
-tsc2102_handler(int irq, void *dev_id, struct pt_regs *regs)
+static irqreturn_t tsc2102_handler(int irq, void *dev_id)
 {
 	struct tsc2102_dev *dev = (struct tsc2102_dev *) dev_id;
 	spin_lock_irq(&dev->lock);
-- 
1.4.3.2

             reply	other threads:[~2006-11-14 21:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-14 21:09 Andrzej Zaborowski [this message]
2006-11-16  1:09 ` [PATCH] More pt_regs (TSC2102) 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=1163538582428-git-send-email-balrog@zabor.org \
    --to=balrog@zabor.org \
    --cc=balrogg@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox