Re: [PATCH 3/3] Staging: rt2860: include KERN_* in printk

From: Joe Perches
Date: Mon Dec 13 2010 - 01:03:50 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/