public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rodolfo Giometti <giometti@enneenne.com>
To: Mike Rapoport <mike@compulab.co.il>
Cc: linux-kernel@vger.kernel.org
Subject: Re: PXA2xx keyboard driver fix
Date: Mon, 9 Jul 2007 15:27:40 +0200	[thread overview]
Message-ID: <20070709132739.GN11451@enneenne.com> (raw)
In-Reply-To: <4691F689.7000503@compulab.co.il>

On Mon, Jul 09, 2007 at 11:49:13AM +0300, Mike Rapoport wrote:
> The PXA2xx keyboard driver does not compile with 2.6.22
> The following patch fixes it
> 
> Signed-off-by: Mike Rapoport <mike@compulab.co.il>
> 
> 

>  drivers/input/keyboard/pxa27x_keyboard.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/input/keyboard/pxa27x_keyboard.c b/drivers/input/keyboard/pxa27x_keyboard.c
> index f9e82c9..ebe5eac 100644
> --- a/drivers/input/keyboard/pxa27x_keyboard.c
> +++ b/drivers/input/keyboard/pxa27x_keyboard.c
> @@ -140,7 +140,7 @@ static int pxakbd_resume(struct platform_device *pdev)
>  		KPREC = pdata->reg_kprec;
>  
>  		/* Enable unit clock */
> -		pxa_set_cken(CKEN19_KEYPAD, 1);
> +		pxa_set_cken(CKEN_KEYPAD, 1);
>  	}
>  
>  	mutex_unlock(&input_dev->mutex);

Acked-by: Rodolfo Giometti <giometti@linux.it>

  reply	other threads:[~2007-07-09 13:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-09  8:49 PXA2xx keyboard driver fix Mike Rapoport
2007-07-09 13:27 ` Rodolfo Giometti [this message]
2007-07-10  5:15   ` Dmitry Torokhov

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=20070709132739.GN11451@enneenne.com \
    --to=giometti@enneenne.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mike@compulab.co.il \
    /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