On Mon, 25 Oct 2010, Joe Perches wrote: > Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> > --- > drivers/hid/hid-input.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c > index bb0b365..3a1517a 100644 > --- a/drivers/hid/hid-input.c > +++ b/drivers/hid/hid-input.c > @@ -174,7 +174,7 @@ static int hidinput_setkeycode(struct input_dev *dev, > > clear_bit(*old_keycode, dev->keybit); > set_bit(usage->code, dev->keybit); > - dbg_hid(KERN_DEBUG "Assigned keycode %d to HID usage code %x\n", > + dbg_hid("Assigned keycode %d to HID usage code %x\n", > usage->code, usage->hid); > > /* Applied to HID tree, thanks. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html