usb: ohci-generic: replace pr_err() by dev_err()
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 14 Mar 2018 16:48:58 +0000 (17:48 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 17 Mar 2018 02:20:53 +0000 (03:20 +0100)
commit6048d42fa7a2b97913db9a033675bf267fb4e030
treecd0802848fc0f50cd062e3587156a173b649b90f
parentcab4d48a939537ab10e00429fc774825b743ed10
usb: ohci-generic: replace pr_err() by dev_err()

As we get access to struct udevice, use dev_err() instead
of pr_err().

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/usb/host/ohci-generic.c