]> Pileus Git - ~andy/linux/commit
USB: ohci-ep93xx.c: remove err() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 18:24:40 +0000 (11:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 18:24:40 +0000 (11:24 -0700)
commit8d6c85e4a43234fa3c2b728aec5b4f688b83b078
tree8524d25b66d7d8960b27d24a5cb7f51ec15dee38
parentbd0c092b728e6b7fc66e28637836ac07de93f421
USB: ohci-ep93xx.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>
CC: Lennert Buytenhek <kernel@wantstofly.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-ep93xx.c