]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: idmouse.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:58 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:58 +0000 (21:33 -0700)
commita341c6b29503d1326e7ada1dfa5515b53a5f6276
tree4c9f9f1a33ff3a85892e018bce545f85e2b82c0a
parent0a3fd536e685e0ceb646de1a43821bd11c0be75c
USB: idmouse.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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
CC: Sarah Sharp <sarah.a.sharp@linux.intel.com>
CC: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/idmouse.c