All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: balrogg@gmail.com
Cc: Linux-OMAP <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] More pt_regs (TSC2102).
Date: Thu, 16 Nov 2006 03:09:19 +0200	[thread overview]
Message-ID: <20061116010918.GO21064@atomide.com> (raw)
In-Reply-To: <1163538582428-git-send-email-balrog@zabor.org>

* 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

      reply	other threads:[~2006-11-16  1:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-14 21:09 [PATCH] More pt_regs (TSC2102) Andrzej Zaborowski
2006-11-16  1:09 ` Tony Lindgren [this message]

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=20061116010918.GO21064@atomide.com \
    --to=tony@atomide.com \
    --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 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.