Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information