Bogus notify() usage.

This commit is contained in:
Ben Gras 2005-09-27 19:05:42 +00:00
parent f1549d7ac7
commit b929457aef

View file

@ -576,7 +576,7 @@ irq_hook_t *hook;
structof(ether_card_t, ec_hook, hook)->ec_int_pending= 1;
notify(eth_tasknr, HARD_INT);
notify(eth_tasknr);
return 0;
}