[PATCH 2/6] ath6kl: use braces on both arms of if statement

Kalle Valo kvalo at qca.qualcomm.com
Wed Mar 12 04:52:11 EDT 2014


Jones Desougi <jones.desougi at 27m.se> writes:

> That inverts the meaning of the condition though.
>
>
> On 03/09/2014 10:42 PM, Joe Perches wrote:
> ...
>> -	if (bss == NULL) {
> ...
>> -	} else
>> +	if (!bss) {
>
>         if (bss) {

Yeah, that was buggy. Thanks for pointing it out.

-- 
Kalle Valo



More information about the ath6kl mailing list