]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00162364 flexcan: fix endless errors causing system hang
authorDong Aisheng <b29396@freescale.com>
Wed, 16 Nov 2011 09:46:59 +0000 (17:46 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:03 +0000 (14:10 +0200)
commit05a39224894e59771f956c001f75eba2ad6d201d
tree5633fe337ea33947634b6169d1f306e2e718a2a7
parent0d1d793100f447ed90fea9f6fbc9b80f3d31f04a
ENGR00162364 flexcan: fix endless errors causing system hang

Clear state error to avoid ednless state error if error happens
which will call napi_schedule() each time, seems a little high load,
to cause system hang.

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