Re: [PATCH 03/10] drivers/hid/hid-input.c: Remove KERN_DEBUG fromdbg_hid use

From: Jiri Kosina
Date: Wed Nov 03 2010 - 10:13:26 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/