Search Linux Wireless

Re: [PATCH 1/4] rt2x00: print warning, notice and info as default

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

 



On 01/24/2013 09:59 PM, Stanislaw Gruszka wrote:

> Some messages provide useful information, but are disabled without
> CONFIG_RT2X00_DEBUG=y, so enable them by default
> 
> Signed-off-by: Stanislaw Gruszka <stf_xl@xxxxx>
> ---
>  drivers/net/wireless/rt2x00/rt2x00.h |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h
> index 3e37c19..8ef11b6 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00.h
> @@ -88,11 +88,11 @@
>  #define ERROR_PROBE(__msg, __args...) \
>  	DEBUG_PRINTK_PROBE(KERN_ERR, "Error", __msg, ##__args)
>  #define WARNING(__dev, __msg, __args...) \
> -	DEBUG_PRINTK(__dev, KERN_WARNING, "Warning", __msg, ##__args)
> +	DEBUG_PRINTK_MSG(__dev, KERN_WARNING, "Warning", __msg, ##__args)
>  #define NOTICE(__dev, __msg, __args...) \
> -	DEBUG_PRINTK(__dev, KERN_NOTICE, "Notice", __msg, ##__args)
> +	DEBUG_PRINTK_MSG(__dev, KERN_NOTICE, "Notice", __msg, ##__args)
>  #define INFO(__dev, __msg, __args...) \
> -	DEBUG_PRINTK(__dev, KERN_INFO, "Info", __msg, ##__args)
> +	DEBUG_PRINTK_MSG(__dev, KERN_INFO, "Info", __msg, ##__args)
>  #define DEBUG(__dev, __msg, __args...) \
>  	DEBUG_PRINTK(__dev, KERN_DEBUG, "Debug", __msg, ##__args)
>  #define EEPROM(__dev, __msg, __args...) \

This patch was applied twice. The old one and this version.
See:
28f2bce9f8bbf704c86f8c684337f82c51592c81
def64521572d8330bfa6d855e278507100fdf180
--
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