]> Pileus Git - ~andy/linux/commit
USB: ohci-ppc-soc.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 18:24:42 +0000 (11:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 18:24:42 +0000 (11:24 -0700)
commitfc6d9ec564f18d83158732e8faebeb73e26a8274
tree404251bda3722b1cf247caf671eb62e726ef0d72
parent1d55b768c6f5c6a0461a31ae33c0b2bdb686562d
USB: ohci-ppc-soc.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: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-ppc-soc.c