Skip to content
Commit cd0d83ea authored by Wu Bo's avatar Wu Bo Committed by Marc Kleine-Budde
Browse files

can: m_can: m_can_handle_state_change(): fix state change



m_can_handle_state_change() is called with the new_state as an argument.

In the switch statements for CAN_STATE_ERROR_ACTIVE, the comment and the
following code indicate that a CAN_STATE_ERROR_WARNING is handled.

This patch fixes this problem by changing the case to CAN_STATE_ERROR_WARNING.

Signed-off-by: default avatarWu Bo <wubo.oduw@gmail.com>
Link: http://lore.kernel.org/r/20200129022330.21248-2-wubo.oduw@gmail.com
Cc: Dan Murphy <dmurphy@ti.com>
Fixes: e0d1f481

 ("can: m_can: add Bosch M_CAN controller support")
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent c81d0b6c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment