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