]> git.karo-electronics.de Git - mv-sheeva.git/commit
pch_can: fix 800k comms issue
authorTomoya <tomoya-linux@dsn.okisemi.com>
Mon, 7 Feb 2011 23:29:01 +0000 (23:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Feb 2011 00:37:19 +0000 (16:37 -0800)
commiteab743ede8c4a5e88533d022e9c5374ed08df4cb
tree69bd84b2b38fdc9b4644525d22b30f663429aa5b
parent8d3bdbd55a7e2a3f2c148a4830aa26dd682b21c4
pch_can: fix 800k comms issue

Currently, 800k comms fails since prop_seg set zero.
(EG20T PCH CAN register of prop_seg must be set more than 1)
To prevent prop_seg set to zero, change tseg2_min 1 to 2.

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