]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MLK-10131 flexcan: fix wakeup unwork issue
authorDong Aisheng <b29396@freescale.com>
Thu, 22 Jan 2015 13:48:07 +0000 (21:48 +0800)
committerDong Aisheng <b29396@freescale.com>
Thu, 22 Jan 2015 14:24:41 +0000 (22:24 +0800)
commit88c800691adc02a5fed8c618aa6dcb333eef1658
tree0bb504080d7bd1c3c2d63d1fb04849fc4ec00bfd
parentd7c8ed58583ec01a56e1783c90e631cd624690a4
MLK-10131 flexcan: fix wakeup unwork issue

Original code will always disable flexcan during suspend no matter whether
wakeup feature is enabled.
It's caused by merge issue when doing kernel upgrade.

Fix it by removing that disable code.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
drivers/net/can/flexcan.c