[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <50326B84.4010204@linutronix.de>
Date: Mon, 20 Aug 2012 18:53:24 +0200
From: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: linux-kernel@...r.kernel.org, Jim Cromie <jim.cromie@...il.com>,
Jason Baron <jbaron@...hat.com>,
Kay Sievers <kay.sievers@...y.org>,
Joe Perches <joe@...ches.com>
Subject: Re: [PATCH] drivers-core: beware dev_printk() from printing nonsense
On 08/20/2012 05:26 PM, Greg Kroah-Hartman wrote:
>> skip:
>> - if (level[3])
>> + if (level[sizeof(KERN_ERR) - 1])
>
> This has already been fixed in my driver-core tree and will go to Linus
> in a few hours.
Ah. So I'm too late. Care to send a patch which replace [2] with the
sizeof() operator like above?
>
> thanks,
>
> greg k-h
Sebastian
--
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