mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07: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
|
||||
comedi_event(dev, s);
|
||||
/* printk("adcsr=0x%02x dacsr-0x%02x supcsr=0x%02x\n",
|
||||
adcsr, dacsr, supcsr); */
|
||||
|
||||
return IRQ_RETVAL(handled);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user