From: Roel Kluin Date: Wed, 13 May 2009 18:37:54 +0000 (+0200) Subject: staging: rtlxxxx: off by one in AsicSendCommandToMcu() and NDIS_STATUS NICLoadFirmware() X-Git-Tag: v2.6.31-rc1~105^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f991a65c0cb8eaf855404a0e6c753053de08cdda;p=pandora-kernel.git staging: rtlxxxx: off by one in AsicSendCommandToMcu() and NDIS_STATUS NICLoadFirmware() With a postfix increment i/Index is incremented beyond 100/1000 so the message will be displayed too soon. Signed-off-by: Roel Kluin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed