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

From: Dan Carpenter
Date: Sat Oct 01 2011 - 11:08:31 EST


On Fri, Sep 30, 2011 at 06:48:20PM +0530, Ravishankar Karkala Mallikarjunayya wrote:
> @@ -377,12 +379,8 @@ found:
> s = dev->subdevices + 2;
> subdev_8255_init(dev, s, NULL, devpriv->digitalio + PORT2A);
>
> - printk(" eeprom:");
> - for (index = 0; index < EEPROM_SIZE; index++) {
> + for (index = 0; index < EEPROM_SIZE; index++)
> devpriv->eeprom_data[index] = cb_pcidda_read_eeprom(dev, index);
> - printk(" %i:0x%x ", index, devpriv->eeprom_data[index]);
> - }
> - printk("\n");
>

This wasn't mentioned in the change log.

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/