commit | eab743ede8c4a5e88533d022e9c5374ed08df4cb | [log] [tgz] |
---|---|---|
author | Tomoya <tomoya-linux@dsn.okisemi.com> | Mon Feb 07 23:29:01 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 08 16:37:19 2011 -0800 |
tree | 69bd84b2b38fdc9b4644525d22b30f663429aa5b | |
parent | 8d3bdbd55a7e2a3f2c148a4830aa26dd682b21c4 [diff] |
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>