On Mon, 25 Oct 2021 21:54:01 +0200 Lukasz Stelmach wrote:
It was <2021-10-23 sob 12:19>, when Alexander Lobakin wrote:
quoted
rx_dropped, tx_dropped, rx_frame_errors and rx_crc_errors are being
wrongly fetched from the target container rather than source percpu
ones.
No idea if that goes from the vendor driver or was brainoed during
the refactoring, but fix it either way.
It may be the latter. Thank you for fixing.
quoted
Fixes: a97c69ba4f30e ("net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver")
Signed-off-by: Alexander Lobakin <redacted>
---
drivers/net/ethernet/asix/ax88796c_main.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Acked-by: Łukasz Stelmach <l.stelmach@samsung.com>
Applied, thanks!