audiohda: remove unhandled interrupt prints as it spams the console if interrupts are shared

This commit is contained in:
cinap_lenrek 2011-07-13 03:09:52 +02:00
parent 9ea3302a4f
commit 2c32e8e9f9

View file

@ -1194,11 +1194,8 @@ hdainterrupt(Ureg *, void *arg)
ilock(ctlr);
sts = csr32(ctlr, Intsts);
if(sts & Sismask){
if(sts & Sismask)
streamupdate(ctlr);
}else{
iprint("#A%d: hda unhandled interrupt\n", ctlr->no);
}
iunlock(ctlr);
}