]> git.baikalelectronics.ru Git - kernel.git/commit
USB: wacom: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:24:28 +0000 (21:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:31:55 +0000 (21:31 -0700)
commit9cc2e5bdb5b8ffb43636b43dc7391c573a74a475
tree04aa937c2c0d416a5d63ed86a52e4925a51a551d
parentbcfd1223f6db9b30766ea8adae4cc2dd70cad160
USB: wacom: 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>
Cc: Ping Cheng <pingc@wacom.com>
Cc: Eduard Hasenleithner <eduard@hasenleithner.at>
Cc: Chris Bagwell <chris@cnpbagwell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/tablet/wacom_sys.c
drivers/input/tablet/wacom_wac.c