]> git.baikalelectronics.ru Git - kernel.git/commit
USB: gtco.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:16 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:16 +0000 (21:33 -0700)
commit689db7d53bc1ebf1ecb0216b3698e424f9c65a88
treef7debab25f9fea67f3e1dc423668d6290a55abc2
parent12461a8eb27b6687c307b2bc487eb091d1a984e9
USB: gtco.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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/tablet/gtco.c