]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit2350cb0cc1303d47b43fc60cf06c19dd145b2eb5
tree62fcdc887c5de8704b6a1b1015ab09f4ae32ad3f
parent216d0fded417d26a19049038788813af126b9d66
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