lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 26 Nov 2010 11:02:26 +0100
From:	Samuel Ortiz <sameo@...ux.intel.com>
To:	Joe Perches <joe@...ches.com>
Cc:	Jiri Kosina <trivial@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 15/39] drivers/mfd: Update WARN uses

Hi Joe,

On Sat, Oct 30, 2010 at 02:08:32PM -0700, Joe Perches wrote:
> Remove KERN_<level>.
> 
> Signed-off-by: Joe Perches <joe@...ches.com>
Thanks, patch applied to my for-next branch.

Cheers,
Samuel.


> ---
>  drivers/mfd/ezx-pcap.c |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/mfd/ezx-pcap.c b/drivers/mfd/ezx-pcap.c
> index c2b698d..4f674275 100644
> --- a/drivers/mfd/ezx-pcap.c
> +++ b/drivers/mfd/ezx-pcap.c
> @@ -199,8 +199,7 @@ static void pcap_isr_work(struct work_struct *work)
>  			if (service & 1) {
>  				struct irq_desc *desc = irq_to_desc(irq);
>  
> -				if (WARN(!desc, KERN_WARNING
> -						"Invalid PCAP IRQ %d\n", irq))
> +				if (WARN(!desc, "Invalid PCAP IRQ %d\n", irq))
>  					break;
>  
>  				if (desc->status & IRQ_DISABLED)
> @@ -282,7 +281,7 @@ static irqreturn_t pcap_adc_irq(int irq, void *_pcap)
>  	mutex_lock(&pcap->adc_mutex);
>  	req = pcap->adc_queue[pcap->adc_head];
>  
> -	if (WARN(!req, KERN_WARNING "adc irq without pending request\n")) {
> +	if (WARN(!req, "adc irq without pending request\n")) {
>  		mutex_unlock(&pcap->adc_mutex);
>  		return IRQ_HANDLED;
>  	}
> -- 
> 1.7.3.1.g432b3.dirty
> 

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ