From: Roel Kluin Date: Sat, 26 Dec 2009 19:31:59 +0000 (+0100) Subject: wl1251: timeout one too soon in wl1251_boot_run_firmware() X-Git-Tag: v2.6.33-rc3~44^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a4a6df7397eb3b43ad3139d3fe9b41df70d6b0;p=pandora-kernel.git wl1251: timeout one too soon in wl1251_boot_run_firmware() `loop' reaches INIT_LOOP + 1 after the loop. so if ACX_INTR_INIT_COMPLETE occurs in the last iteration the write occurs but also the error out as if a timeout occurred. This is probably very unlikely to ever occur. Signed-off-by: Roel Kluin Acked-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed