From: Roel Kluin Date: Wed, 17 Jun 2009 20:13:56 +0000 (-0700) Subject: m68k: count can reach 51, not 50 X-Git-Tag: v2.6.31-rc8~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac9ff79a8122b30176e23359bb879b3144d7f1f;p=pandora-kernel.git m68k: count can reach 51, not 50 With while (count++ < 50) { ... } count can reach 51, not 50, so we shouldn't give an error message on a count of 50. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Roel Kluin Cc: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed