IRDA: cnt is off by 1
authorRoel Kluin <roel.kluin@gmail.com>
Fri, 13 Feb 2009 00:42:31 +0000 (16:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Feb 2009 00:42:31 +0000 (16:42 -0800)
If no prior break occurs, cnt reaches 101 after the loop, so we are still able
to change speed when cnt has become 100.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found