workaround for Kernel Oops.. fixing real root soon :)

This commit is contained in:
Chrisian Richter 2007-03-23 17:23:03 +00:00
parent 8afd39d035
commit c34e06a2dd
1 changed files with 5 additions and 0 deletions

View File

@ -476,6 +476,11 @@ dsp_from_up(mISDNinstance_t *inst, struct sk_buff *skb)
}
} else {
if (dsp->features.pcm_id>=0) {
printk("Not sending Data to CMX -- > returning because of HW bridge\n");
dev_kfree_skb(skb);
break;
}
/* send data to tx-buffer (if no tone is played) */
spin_lock_irqsave(&dsp_obj.lock, flags);
if (!dsp->tone.tone) {