]> 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)
commit3efc7ba90743e398d4cc2d53b8224351497a2508
tree480bdfe8394dcc990227427daf4c1b3edad4af86
parent8001c223f9e6048b62f7941a619871897d54d7ef
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