]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ohci-nxp.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 18:24:41 +0000 (11:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 18:24:41 +0000 (11:24 -0700)
commitcdaa6de21b3712b1186e212e47a4a7e4657f89af
tree480bdfe8394dcc990227427daf4c1b3edad4af86
parentbbc90e217a89d715f5582df562b8f945d17cc8c6
USB: ohci-nxp.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-nxp.c