Joe Perches wrote: > A for loop with a test/continue would reduce indentation. > Might fix a bug too if timeout is ever negative. > > for (; timeout > 0; udelay(10), timeout -= 10) { > if (!(REG_READ(ah, address) & bit_position)) > continue; > etc... In subsequent patches :) Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html