Re: [PATCH 9/9] Staging: comedi: fix printk issue in pcmmio.c

From: Dan Carpenter
Date: Sat Jul 09 2011 - 04:34:09 EST


On Sat, Jul 09, 2011 at 11:55:00AM +0530, Ravishankar wrote:
> @@ -663,7 +663,7 @@ static int pcmmio_dio_insn_bits(struct comedi_device *dev,
> }
> #ifdef DAMMIT_ITS_BROKEN
> /* DEBUG */
> - printk("data_out_byte %02x\n", (unsigned)byte);
> + printk(KERN_DEBUG "data_out_byte %02x\n", (unsigned) byte);
> #endif

The indenting was correct in the original.

regards,
dan carpenter

--
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/