]> 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)
commit54a7d0a1bde00bd0d8f128b56e12d03c78fe9087
treeff9e72ae674f7905ee28f165138a15ad446a2312
parentd5e01cb6bb6c6a634bc8019ad302f224342b11c8
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