]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 8b5e9c097349ee0742c35ee7eab074f62d62d83a..be9cb8df877d14d42ada4f218efe3143bfdf8365 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);
                                }
                        }
                }