]> git.baikalelectronics.ru Git - kernel.git/commit
USB: kbtab.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:20 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:20 +0000 (21:33 -0700)
commit5f81d2c5ecd9baf35ae878ab9d5e0ebc112ba96f
treefa56f24ffcfbd8932e36ca15aa04ab880a582068
parent2ff052739ed681abe80f6629914c253ff1ccaca6
USB: kbtab.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/kbtab.c