From: Bob Copeland Date: Tue, 28 Apr 2009 02:18:10 +0000 (-0400) Subject: ath5k: correct interrupt storm warning X-Git-Tag: v2.6.31-rc1~330^2~448^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2516baa63bc7d05a6573a0f584135484ed182a87;p=pandora-kernel.git ath5k: correct interrupt storm warning Ben Greear points out that the "too many interrupts" message will never print in the intended case since the interrupt counter will be -1 after the loop. Change it to pre-decrement so it will be 0 on the thousandth iteration. Cc: Ben Greear Signed-off-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed