[PATCH] can: c_can: remove wrong comment

Dario Binacchi posted 1 patch 3 years, 9 months ago
drivers/net/can/c_can/c_can_main.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] can: c_can: remove wrong comment
Posted by Dario Binacchi 3 years, 9 months ago
The comment referred to a status (warning) other than the one that was
being managed (active error).

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---

 drivers/net/can/c_can/c_can_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/can/c_can/c_can_main.c b/drivers/net/can/c_can/c_can_main.c
index a7362af0babb..ed4db4cf8716 100644
--- a/drivers/net/can/c_can/c_can_main.c
+++ b/drivers/net/can/c_can/c_can_main.c
@@ -952,7 +952,6 @@ static int c_can_handle_state_change(struct net_device *dev,
 
 	switch (error_type) {
 	case C_CAN_NO_ERROR:
-		/* error warning state */
 		cf->can_id |= CAN_ERR_CRTL;
 		cf->data[1] = CAN_ERR_CRTL_ACTIVE;
 		cf->data[6] = bec.txerr;
-- 
2.32.0