]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: sunxi: Fix not calling dev_xxx with a device
authorSean Anderson <seanga2@gmail.com>
Tue, 15 Sep 2020 14:44:59 +0000 (10:44 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 12:53:22 +0000 (08:53 -0400)
commite2f74215227e971491bce6860771fd2736b4cfc8
treec6360900503a3d62d7eaddb0e69270b179e1b025
parent69876c54de27f8cd7ac3ed73a4a1f1dc5b7ebb1a
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>
drivers/net/sunxi_emac.c