commit | 46362c784b4b99e9909b7d78c6049650637ca65c | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Sep 15 10:45:19 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 08:54:01 2020 -0400 |
tree | 95d26628196abf403d42f86199fb94effbbd3fc1 | |
parent | a468d763b4ca5c35e2d25e20e3743c59adba5e48 [diff] |
usb: musb-new: sunxi: Fix not calling dev_err with a device This driver does not use DM, so we need to use a struct device instead of a struct udevice. Not ideal, but it'll have to do for now. Signed-off-by: Sean Anderson <seanga2@gmail.com> Tested-by: Patrick Delaunay <patrick.delaunay@st.com>