projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0805c
)
pch_can: Fix miss-setting status issue
author
Tomoya
<tomoya-linux@dsn.okisemi.com>
Sun, 12 Dec 2010 20:24:20 +0000
(20:24 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 13 Dec 2010 20:24:25 +0000
(12:24 -0800)
Modify miss-setting status issue at suspend.
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/pch_can.c
patch
|
blob
|
history
diff --git
a/drivers/net/can/pch_can.c
b/drivers/net/can/pch_can.c
index 5a6a0df5141ea68bff28bc25b87187a2543e56c5..c500b6d65084fdef353f3c9feac30d63faafc45e 100644
(file)
--- 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)
pch_can_set_run_mode(priv, PCH_CAN_STOP);
/* Indicate that we are aboutto/in suspend */
- priv->can.state = CAN_STATE_S
LEEPING
;
+ priv->can.state = CAN_STATE_S
TOPPED
;
/* Waiting for all transmission to complete. */
while (counter) {