diff options
author | Anssi Hannula <[email protected]> | 2022-10-10 20:52:35 +0200 |
---|---|---|
committer | Marc Kleine-Budde <[email protected]> | 2022-10-26 10:19:50 +0200 |
commit | 90904d326269a38fe5dd895fb2db7c03199654c4 (patch) | |
tree | 6f5a464ea709b94c49d1b08505db876cbfd59f0d /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | abb8670938b23a3be0772153125895c7e6742840 (diff) |
can: kvaser_usb_leaf: Fix bogus restart events
When auto-restart is enabled, the kvaser_usb_leaf driver considers
transition from any state >= CAN_STATE_BUS_OFF as a bus-off recovery
event (restart).
However, these events may occur at interface startup time before
kvaser_usb_open() has set the state to CAN_STATE_ERROR_ACTIVE, causing
restarts counter to increase and CAN_ERR_RESTARTED to be sent despite no
actual restart having occurred.
Fix that by making the auto-restart condition checks more strict so that
they only trigger when the interface was actually in the BUS_OFF state.
Fixes: 080f40a6fa28 ("can: kvaser_usb: Add support for Kvaser CAN/USB devices")
Tested-by: Jimmy Assarsson <[email protected]>
Signed-off-by: Anssi Hannula <[email protected]>
Signed-off-by: Jimmy Assarsson <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions