aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/can/pch_can.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/pch_can.c b/drivers/net/can/pch_can.c
index 5a6a0df5141e..c500b6d65084 100644
--- a/drivers/net/can/pch_can.c
+++ b/drivers/net/can/pch_can.c
@@ -1073,7 +1073,7 @@ static int pch_can_suspend(struct pci_dev *pdev, pm_message_t state)
1073 pch_can_set_run_mode(priv, PCH_CAN_STOP); 1073 pch_can_set_run_mode(priv, PCH_CAN_STOP);
1074 1074
1075 /* Indicate that we are aboutto/in suspend */ 1075 /* Indicate that we are aboutto/in suspend */
1076 priv->can.state = CAN_STATE_SLEEPING; 1076 priv->can.state = CAN_STATE_STOPPED;
1077 1077
1078 /* Waiting for all transmission to complete. */ 1078 /* Waiting for all transmission to complete. */
1079 while (counter) { 1079 while (counter) {