]> git.baikalelectronics.ru Git - kernel.git/commit
USB: appletouch.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:04 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:04 +0000 (21:33 -0700)
commit3aef292cbab21f483633c4ecefd9d28e7902ac07
treeff9e72ae674f7905ee28f165138a15ad446a2312
parentecb14d90ca730275234f7ac49ddb7d2cf5e335f7
USB: appletouch.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: Alessandro Rubini <rubini@ipvvis.unipv.it>
CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/mouse/appletouch.c