* PXA2xx keyboard driver fix
@ 2007-07-09 8:49 Mike Rapoport
2007-07-09 13:27 ` Rodolfo Giometti
0 siblings, 1 reply; 3+ messages in thread
From: Mike Rapoport @ 2007-07-09 8:49 UTC (permalink / raw)
To: Rodolfo Giometti; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 139 bytes --]
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>
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 566 bytes --]
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);
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: PXA2xx keyboard driver fix
2007-07-09 8:49 PXA2xx keyboard driver fix Mike Rapoport
@ 2007-07-09 13:27 ` Rodolfo Giometti
2007-07-10 5:15 ` Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Rodolfo Giometti @ 2007-07-09 13:27 UTC (permalink / raw)
To: Mike Rapoport; +Cc: linux-kernel
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-10 5:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-09 8:49 PXA2xx keyboard driver fix Mike Rapoport
2007-07-09 13:27 ` Rodolfo Giometti
2007-07-10 5:15 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox