]> git.baikalelectronics.ru Git - kernel.git/commit
USB: EHCI: make ehci-platform use dev_err() instead of pr_err()
authorFlorian Fainelli <florian@openwrt.org>
Mon, 8 Oct 2012 13:11:41 +0000 (15:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:30:25 +0000 (11:30 -0700)
commitf29d9a292cbe6472336184f115815f8dc916c7b2
tree62fcdc887c5de8704b6a1b1015ab09f4ae32ad3f
parentc78eb42a47bd572d188a4a828742359f4dd9830b
USB: EHCI: make ehci-platform use dev_err() instead of pr_err()

This patch converts the ehci-platform driver to make use of the dev_err()
functions instead of pr_err().

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-platform.c