staging: comedi: pcl818: remove an unnecessary printk(KERN_DEBUG ...
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 26 Nov 2013 17:21:29 +0000 (10:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Nov 2013 17:55:17 +0000 (09:55 -0800)
This debug message is just added noise. Remove it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcl818.c

index 8b5e9c0..be9cb8d 100644 (file)
@@ -1257,8 +1257,6 @@ static int pcl818_attach(struct comedi_device *dev, struct comedi_devconfig *it)
                                            (", unable to allocate IRQ %u, DISABLING IT",
                                             irq);
                                        irq = 0;        /* Can't use IRQ */
-                               } else {
-                                       printk(KERN_DEBUG "irq=%u", irq);
                                }
                        }
                }