From: Nicolas Kaiser Date: Thu, 18 Nov 2010 14:24:02 +0000 (+0000) Subject: SuperH IrDA: correct Baud rate error correction X-Git-Tag: v2.6.37-rc4~61^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddab1a3b30452bf6d2a2780dbb5fd962a85bec48;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed