Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 495 → Rev 496

/shark/trunk/drivers/linuxcom/auto_irq.c
23,7 → 23,7
handled = 0;
 
for (i = 0; i < 16; i++) {
if (handler_set(i, autoirq_probe, NIL) == 1) {
if (handler_set(i, autoirq_probe, NIL, TRUE) == 1) {
set_bit(i, (void *)&handled);
}
}