]> git.baikalelectronics.ru Git - uboot.git/commit
usb: host: ehci-generic: replace printf() by error()
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 09:57:09 +0000 (11:57 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 28 Jul 2017 21:34:09 +0000 (23:34 +0200)
commit09b025ee9dfa57aaec77095e17ed87dffb4b6781
tree029379adcff8ed81a1ed19b350cf78dd5bd2785a
parentcdf17595688bae2f72dd9a960ce3a1a8127e5012
usb: host: ehci-generic: replace printf() by error()

this allows to get file, line and function location
of the current error message.

Signed-off-by: patrice chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/ehci-generic.c