staging: comedi: pcl818: remove an unnecessary printk(KERN_DEBUG ...

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>
This commit is contained in:
H Hartley Sweeten 2013-11-26 10:21:29 -07:00 committed by Greg Kroah-Hartman
parent c9001543fb
commit 7567e83039
1 changed files with 0 additions and 2 deletions

View 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);
}
}
}