Home
last modified time | relevance | path

Searched hist:"6 cc203d77eb4a29a148ec598048ab1b97e83160c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/usbhid/
H A Dhid-core.cdiff 6cc203d77eb4a29a148ec598048ab1b97e83160c Tue May 01 23:32:55 CDT 2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> 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>