commit | abd83e4bc8bd819117bc27ba75cb8e0d337ebadb | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 20 16:53:51 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 20 16:53:51 2012 -0700 |
tree | 6e02dcf50b11d243a0b7a722daa03474e1b77d70 | |
parent | c41fba132e913c4696b6a87cc3c97ac0a95ce31a [diff] |
USB: usblcd.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: Zack Parsons <k3bacon@gmail.com> CC: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> CC: Sarah Sharp <sarah.a.sharp@linux.intel.com> CC: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>