|
@@ -549,7 +549,8 @@ void cx88_wakeup(struct cx88_core *core,
|
|
mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT);
|
|
mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT);
|
|
}
|
|
}
|
|
if (bc != 1)
|
|
if (bc != 1)
|
|
- printk("%s: %d buffers handled (should be 1)\n",__func__,bc);
|
|
|
|
|
|
+ dprintk(2, "%s: %d buffers handled (should be 1)\n",
|
|
|
|
+ __func__, bc);
|
|
}
|
|
}
|
|
|
|
|
|
void cx88_shutdown(struct cx88_core *core)
|
|
void cx88_shutdown(struct cx88_core *core)
|