Bogus notify() usage.
This commit is contained in:
parent
f1549d7ac7
commit
b929457aef
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue