Search Linux Wireless

Re: [PATCH 25/26] ath9k_hw: MCI whitespace/debug cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux