]> git.baikalelectronics.ru Git - kernel.git/commit
USB: aiptek.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:36 +0000 (14:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2012 21:48:36 +0000 (14:48 -0700)
commit25c993b98c22226c27e86bad3968b4fe56cb7d2d
treecc24c2a3418a1aa3a578f48d0118b47c097f2ced
parentbbb6ca1f52d41312273ea4911dece9b81e43b894
USB: aiptek.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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
CC: Jesper Juhl <jj@chaosbits.net>
CC: JJ Ding <dgdunix@gmail.com>
CC: Edwin van Vliet <edwin@cheatah.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/tablet/aiptek.c