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

Dan Carpenter dan.carpenter at oracle.com
Sat Oct 1 15:05:32 UTC 2011


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




More information about the devel mailing list