[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1292220217.26970.2.camel@Joe-Laptop>
Date: Sun, 12 Dec 2010 22:03:37 -0800
From: Joe Perches <joe@...ches.com>
To: Dan Carpenter <error27@...il.com>
Cc: "L. Alberto" Giménez <agimenez@...valve.es>,
devel@...uxdriverproject.org, Greg Kroah-Hartman <gregkh@...e.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] Staging: rt2860: include KERN_* in printk
On Mon, 2010-12-13 at 08:56 +0300, Dan Carpenter wrote:
> On Sun, Dec 12, 2010 at 11:04:28AM -0800, Joe Perches wrote:
> > On Sun, 2010-12-12 at 18:56 +0100, L. Alberto Giménez wrote:
> > for(...)
> > []
> > if (i && i % 4 == 0) {
> > printk(KERN_CONT "\n");
> > printk(KERN_DEBUG "Block %x: ", i / 8);
> > }
> > printk(KERN_CONT " %04x", InBuf[2]);
> > }
> > printk(KERN_CONT "\n");
> This is dead code anyway. Just remove the whole set_eFusedump_Proc()
> function.
That was just to be instructive.
I think the entire staging rt2860 is dead code.
--
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