From: Roel Kluin <12o3l@tiscali.nl> Date: Mon, 5 Nov 2007 22:55:02 +0000 (+0100) Subject: ipw2100: fix postfix decrement errors X-Git-Tag: v2.6.24-rc3~163^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a1c3eb4029aa7f17533fe7e9a917a7b3349644;p=pandora-kernel.git ipw2100: fix postfix decrement errors If i reaches zero, the loop ends, but the postfix decrement subtracts it to -1. Testing for 'i == 0', later in the function, will not fulfill its purpose. Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: John W. Linville --- Reading git-diff-tree failed