Searched hist:e27ad0fe9cca5e6c98c3af6d7021690b6960adf8 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/input/touchscreen/ |
H A D | usbtouchscreen.c | diff e27ad0fe9cca5e6c98c3af6d7021690b6960adf8 Wed Apr 25 23:48:46 CEST 2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> USB: usbtouchscreen.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: Henrik Rydberg <rydberg@euromail.se> CC: Rusty Russell <rusty@rustcorp.com.au> CC: Viresh Kumar <viresh.kumar@st.com> CC: Armando Visconti <armando.visconti@st.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|