same same

This commit is contained in:
Martin Bachem 2006-03-29 17:27:52 +00:00
parent 46d8409e91
commit ad79ac6564
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@ xhfc_interrupt(int intno, void *dev_id, struct pt_regs *regs)
for (xn=0; xn<pi->driver_data.num_xhfcs; xn++) {
xhfc = &pi->xhfc[xn];
if (xhfc->irq_ctrl.bit.v_glob_irq_en && (read_xhfc(xhfc, R_IRQ_OVIEW)))
xhfc_irqs |= (xn << i);
xhfc_irqs |= (1 << xn);
}
if (!xhfc_irqs) {
if (debug & DEBUG_HFC_IRQ)