commit | 1ecf0d0cd28a4bfed3009f752061998e52d14db2 | [log] [tgz] |
---|---|---|
author | Roel Kluin <12o3l@tiscali.nl> | Mon Apr 28 02:11:50 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 28 08:58:16 2008 -0700 |
tree | dc72f443149f69eb5edbed69774248fbfc32636f | |
parent | 556637cdabcd5918c7d4a1a2679b8f86fc81e891 [diff] |
dz: test after postfix decrement fails in dz_console_putchar() When loops reaches 0 the postfix decrement still subtracts, so the subsequent test fails. Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Acked-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: Johannes Weiner <hannes@saeurebad.de> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>