]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf6ddd0768dd681ccd6636268841e6889ad4244a9
treeefcf7b127e10d0a39b6eef9594fe2822130ea8ec
parentf0cbaf068c650b8f3cdeb79586110cf5cd135104
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