]> Zhao Yanbai Git Server - minix.git/commitdiff
Bogus notify() usage.
authorBen Gras <ben@minix3.org>
Tue, 27 Sep 2005 19:05:42 +0000 (19:05 +0000)
committerBen Gras <ben@minix3.org>
Tue, 27 Sep 2005 19:05:42 +0000 (19:05 +0000)
drivers/lance/lance.c

index 636282e61baca2433534aa33849a71bdc09c84f9..69ab6dd0831373e8f43ec960b20ae831fcee86ba 100644 (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;
 }