]> git.baikalelectronics.ru Git - kernel.git/commit
USB: appletouch.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:31 +0000 (14:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:31 +0000 (14:48 -0700)
commit09f4947d110efca7f1f0d0e1bb51056648dea8df
tree6293070103e59252d0d677b770dd72c768d99ab0
parent8dd08ace30c59f2d02b99ddd7688fb53bf8d6f8d
USB: appletouch.c: remove err() usage

err() was a very old USB-specific macro that I thought had
gone away.  This patch removes it from being used in the
driver and uses dev_err() 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