]> 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)
commit2971c63959d2b30f779c131417547e6f34120938
tree6293070103e59252d0d677b770dd72c768d99ab0
parentfda716025fcc5564261fe1acfe3aa39b403c0908
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