commit | 6276478f2a8fbbede5b73c718004ab947e09c7d2 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Tue Sep 15 10:44:59 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 08:53:22 2020 -0400 |
tree | c6360900503a3d62d7eaddb0e69270b179e1b025 | |
parent | 3fe980710ff9a6be32eb037e499e5e71efb0f8bc [diff] |
net: sunxi: Fix not calling dev_xxx with a device There's no dev to log with, so pass the device along with the priv data. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Patrick Delaunay <patrick.delaunay@st.com>