mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
4d6d265379
The c_can_handle_bus_err() function was incorrectly incrementing only the
receive error counter, even in cases of bit or acknowledgment errors that
occur during transmission. The patch fixes the issue by incrementing the
appropriate counter based on the type of error.
Fixes:
|
||
---|---|---|
.. | ||
c_can_ethtool.c | ||
c_can_main.c | ||
c_can_pci.c | ||
c_can_platform.c | ||
c_can.h | ||
Kconfig | ||
Makefile |