[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111001150532.GC3901@longonot.mountain>
Date: Sat, 1 Oct 2011 18:05:32 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Ravishankar Karkala Mallikarjunayya
<ravishankar.km@...enturtles.in>
Cc: gregkh@...e.de, wfp5p@...ginia.edu, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/9] Staging: comedi: fix printk issue in cb_pcidda.c
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@...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