Search Linux Wireless

Re: [PATCH] b43: Change loglevel of radio-enable message.

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

 



Michael Buesch wrote:
> Also cleanup the code a bit and remove the inline.
> 
> Signed-off-by: Michael Buesch <mb@xxxxxxxxx>

> @@ -2214,7 +2229,7 @@ static int b43_chip_init(struct b43_wlde
>  	b43_radio_turn_on(dev);
>  	dev->radio_hw_enable = b43_is_hw_radio_enabled(dev);
>  	b43dbg(dev->wl, "Radio %s by hardware\n",           <========================
> -	       (dev->radio_hw_enable == 0) ? "disabled" : "enabled");
> +	       dev->radio_hw_enable ? "enabled" : "disabled");

Shouldn't this one be b43info rather than b43dbg?

Larry

-
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 Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux