]> Pileus Git - ~andy/linux/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)
commitf956c4da990e2f047d6477e2e325807309be613c
treea9d97ba66a84df0381556fb82f5788c62c909ad9
parent1041ac11981288a2e730c6f5d5383c596b366410
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