USB: OHCI: make ohci-platform use dev_err() instead of pr_err()
authorFlorian Fainelli <florian@openwrt.org>
Mon, 8 Oct 2012 13:11:42 +0000 (15:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 18:30:26 +0000 (11:30 -0700)
commit976baf6e96569b1e253233061b074dbe5a7f2ca9
tree7aeb90f264bb9bcbbbb72d8f30240c3fe6115577
parent2350cb0cc1303d47b43fc60cf06c19dd145b2eb5
USB: OHCI: make ohci-platform use dev_err() instead of pr_err()

This patch converts the ohci-platform driver to use 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/ohci-platform.c