]> git.baikalelectronics.ru Git - kernel.git/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)
commit8be99f1785dd9a4af54327b80411803c73d41026
tree8524d25b66d7d8960b27d24a5cb7f51ec15dee38
parent0cbbc7632fc46345c4b817b7cffbe20748703bcf
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