cleanup: sys_irqrmpolicy does not need IRQ vector

This commit is contained in:
David van Moolenbroek
2009-09-06 14:24:44 +00:00
parent 9b417d616f
commit 8ef6c9b063
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -602,7 +602,7 @@ PRIVATE void msg_sig_stop(void)
error("Msg SIG_STOP Couldn't get IRQ");
}
/* remove the policy */
if (sys_irqrmpolicy(irq, &irq_hook_id) != OK) {
if (sys_irqrmpolicy(&irq_hook_id) != OK) {
error("%s: Could not disable IRQ\n",drv.DriverName);
}
}