]> 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)
commit8001c223f9e6048b62f7941a619871897d54d7ef
treeebaa8b7d92345b7af7f3e90ca8da649b9adc2902
parent8be99f1785dd9a4af54327b80411803c73d41026
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