From: Ben Gras Date: Tue, 27 Sep 2005 19:05:42 +0000 (+0000) Subject: Bogus notify() usage. X-Git-Tag: v3.1.0~1 X-Git-Url: http://zhaoyanbai.com/repos/host.html?a=commitdiff_plain;h=b929457aef84d5c1b327bf8112379bf02a11c65f;p=minix.git Bogus notify() usage. --- diff --git a/drivers/lance/lance.c b/drivers/lance/lance.c index 636282e61..69ab6dd08 100644 --- a/drivers/lance/lance.c +++ b/drivers/lance/lance.c @@ -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; }