]> git.baikalelectronics.ru Git - uboot.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)
commitb6909b60b11504f8619cf7d2db2859cc7a06c9ea
treec6360900503a3d62d7eaddb0e69270b179e1b025
parent467a5e0c8660ec282f8d7deeae6bca516d30f2e0
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