[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110709083241.GD18655@shale.localdomain>
Date: Sat, 9 Jul 2011 11:32:41 +0300
From: Dan Carpenter <error27@...il.com>
To: Ravishankar <ravishankarkm32@...il.com>
Cc: gregkh@...e.de, wfp5p@...ginia.edu, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org,
Ravishankar <ravi.shankar@...enturtles.in>
Subject: Re: [PATCH 9/9] Staging: comedi: fix printk issue in pcmmio.c
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@...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