public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] More pt_regs (TSC2102).
@ 2006-11-14 21:09 Andrzej Zaborowski
  2006-11-16  1:09 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2006-11-14 21:09 UTC (permalink / raw)
  To: Linux-OMAP

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] More pt_regs (TSC2102).
  2006-11-14 21:09 [PATCH] More pt_regs (TSC2102) Andrzej Zaborowski
@ 2006-11-16  1:09 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2006-11-16  1:09 UTC (permalink / raw)
  To: balrogg; +Cc: Linux-OMAP

* Andrzej Zaborowski <balrog@zabor.org> [061114 21:15]:
> 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);

Thanks, pushing today.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-16  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-14 21:09 [PATCH] More pt_regs (TSC2102) Andrzej Zaborowski
2006-11-16  1:09 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox