From b193d0299c1c610042a5d29123eb10049efe9ce0 Mon Sep 17 00:00:00 2001 From: Jia-Ju Bai Date: Mon, 7 Nov 2016 16:26:10 +0800 Subject: [PATCH] Update ip1000.c --- minix/drivers/net/ip1000/ip1000.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/minix/drivers/net/ip1000/ip1000.c b/minix/drivers/net/ip1000/ip1000.c index 0dff4e87a..9eb0e6fc9 100644 --- a/minix/drivers/net/ip1000/ip1000.c +++ b/minix/drivers/net/ip1000/ip1000.c @@ -933,9 +933,6 @@ static void ic_handler(ic_driver *pdev) { #endif return; } - - /* Perform tasks based on the flagged condition */ - ic_check_ints(pdev); } /* Check interrupt and perform */