Re: [PATCH] HIL small fix

2007-02-04 Thread Cyrill V. Gorcunov
On Sun, Feb 04, 2007 at 12:55:57PM +0100, Helge Deller wrote: | Hello Cyrill, | | thanks a lot for the patch. | I've applied it to the PARISC-Linux git tree: | http://git.parisc-linux.org/?p=linux-2.6.git;a=commit;h=2b1f35b1cdec70c3a0ee2d4174668597355b6041 | | Your patch made me aware of an unit

Re: [PATCH] HIL small fix

2007-02-04 Thread Helge Deller
Hello Cyrill, thanks a lot for the patch. I've applied it to the PARISC-Linux git tree: http://git.parisc-linux.org/?p=linux-2.6.git;a=commit;h=2b1f35b1cdec70c3a0ee2d4174668597355b6041 Your patch made me aware of an unitialized spinlock in the code as well: http://lists.parisc-linux.org/pipermail

[PATCH] HIL small fix

2007-02-03 Thread Cyrill V. Gorcunov
This patch adds a checking for errors in hil_keyb_init. Also some extra spaces are removed. Signed-off-by: Cyrill V. Gorcunov <[EMAIL PROTECTED]> --- dvers/input/keyboard/hilkbd.c | 106 +++ 1 files changed, 62 insertions(+), 44 deletions(-) diff --git a/d