commit | 046ade8103b904b75096b8c2af10266af0468be8 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Sep 15 10:45:15 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 08:53:52 2020 -0400 |
tree | 1f01b565ad3bee9dc6397ae2298c5e54ae05cd54 | |
parent | df8395a01fa7a15cd82aa4571b56213bfa131779 [diff] |
usb: dwc2: Fix not calling dev_xxx with a device This adds a dev argument to some functions so dev_xxx always has a device to log with. In one instance we must use use a different log function when we are compiled without DM_USB. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com> Tested-by: Patrick Delaunay <patrick.delaunay@st.com>