commit | ddab1a3b30452bf6d2a2780dbb5fd962a85bec48 | [log] [tgz] |
---|---|---|
author | Nicolas Kaiser <nikai@nikai.net> | Thu Nov 18 14:24:02 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 21 10:09:53 2010 -0800 |
tree | 9e3715ef860d797849709797fc10ae7642c87277 | |
parent | 33ac0b84eecaf5e7ee3baa3ef8294e8d8d267cd6 [diff] |
SuperH IrDA: correct Baud rate error correction It looks to me as if the second value of rate_err_array is intended to be a decimal 625. However, with a leading 0 it becomes an octal constant, and as such evaluates to a decimal 405. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: David S. Miller <davem@davemloft.net>