aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/pcxhr/pcxhr_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/pcxhr/pcxhr_core.c b/sound/pci/pcxhr/pcxhr_core.c
index fa0d27e2c79b..fdc652c6992d 100644
--- a/sound/pci/pcxhr/pcxhr_core.c
+++ b/sound/pci/pcxhr/pcxhr_core.c
@@ -1176,7 +1176,7 @@ irqreturn_t pcxhr_interrupt(int irq, void *dev_id, struct pt_regs *regs)
1176 mgr->dsp_time_last = dsp_time_new; 1176 mgr->dsp_time_last = dsp_time_new;
1177 1177
1178 if (timer_toggle == mgr->timer_toggle) 1178 if (timer_toggle == mgr->timer_toggle)
1179 snd_printk(KERN_ERR "ERROR TIMER TOGGLE\n"); 1179 snd_printdd("ERROR TIMER TOGGLE\n");
1180 mgr->timer_toggle = timer_toggle; 1180 mgr->timer_toggle = timer_toggle;
1181 1181
1182 reg &= ~PCXHR_IRQ_TIMER; 1182 reg &= ~PCXHR_IRQ_TIMER;