mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
staging: comedi: dt282x: remove commented out printk
This printk 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:
parent
50dbda4a9e
commit
54bb263764
@ -511,8 +511,7 @@ static irqreturn_t dt282x_interrupt(int irq, void *d)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
comedi_event(dev, s);
|
comedi_event(dev, s);
|
||||||
/* printk("adcsr=0x%02x dacsr-0x%02x supcsr=0x%02x\n",
|
|
||||||
adcsr, dacsr, supcsr); */
|
|
||||||
return IRQ_RETVAL(handled);
|
return IRQ_RETVAL(handled);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user