USB: hid-core.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:32:55 +0000 (21:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:32:55 +0000 (21:32 -0700)
commit6cc203d77eb4a29a148ec598048ab1b97e83160c
treeefcf7b127e10d0a39b6eef9594fe2822130ea8ec
parentf576125dc872f28da2f89c29bfc73ec0ff02f7d9
USB: hid-core.c: remove dbg() usage

dbg() was a very old USB-specific macro that should no longer
be used. This patch removes it from being used in the driver
and uses dev_dbg() instead.

CC: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/usbhid/hid-core.c