]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ohci-exynos.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)
commitbbc90e217a89d715f5582df562b8f945d17cc8c6
treeebaa8b7d92345b7af7f3e90ca8da649b9adc2902
parente23a49cdfcce8e3e7f38ee1f547d1361286e4762
USB: ohci-exynos.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-exynos.c