Searched hist:"1 f80bb943d755d48b894c677097fd80c7d7cce16" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/tablet/ |
H A D | aiptek.c | diff 1f80bb943d755d48b894c677097fd80c7d7cce16 Wed Apr 25 16:48:36 CDT 2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> 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>
|