]> git.baikalelectronics.ru Git - uboot.git/commit
usb: dwc2: Replace printf, pr_err by dev_info, dev_err
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 15 Mar 2018 17:00:32 +0000 (18:00 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 17 Mar 2018 02:23:09 +0000 (03:23 +0100)
commit09d9583117e9bcccb0529f5cbfe1b878a8a5cf9f
treea0058f7ce97c6348d6c6069f4bf04000a32aefcc
parentbe9442e76f0e3bec17fcee328e813f3ef64cc2b2
usb: dwc2: Replace printf, pr_err by dev_info, dev_err

Replace printf() call by dev_info() and pr_err() by dev_err()

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