[PATCH] linux-2.6.24/drivers/hid/hid-input.c

2008-01-25 Thread Philipp Matthias Hahn
In hidinput_configure_usage(device), IS_CHICONY_TACTICAL_PAD(devic) gets passed the 'device' parameter. But that macro still references its parameter by 'device' instead of by its local name 'x'. Signed-off-by: Philipp Matthias Hahn <[EMAIL PROTECTED]> --- linux/drivers/hid/hid-input.c 2008

Re: [PATCH] linux-2.6.24/drivers/hid/hid-input.c

2008-01-25 Thread Jiri Kosina
On Fri, 25 Jan 2008, Philipp Matthias Hahn wrote: > In hidinput_configure_usage(device), IS_CHICONY_TACTICAL_PAD(devic) gets > passed the 'device' parameter. But that macro still references its > parameter by 'device' instead of by its local name 'x'. > Signed-off-by: Philipp Matthias Hahn <[EMAIL