From 9c40ea65b5b68b99b783ddb4a04a37bb3b4ea140 Mon Sep 17 00:00:00 2001 From: Micah Gruber Date: Fri, 28 Sep 2007 22:42:11 -0700 Subject: [PATCH] --- yaml --- r: 66849 b: refs/heads/master c: 1f8f4559f8c5829348a010a9e0bbb423310060d1 h: refs/heads/master i: 66847: fe22bdf10df7ff2cccebfcdd4ea386b0feb26369 v: v3 --- [refs] | 2 +- trunk/drivers/net/tulip/uli526x.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 61991f283732..c3b4633452d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13f7b8c011cd8d16ad3063409b9d969466c9e2f4 +refs/heads/master: 1f8f4559f8c5829348a010a9e0bbb423310060d1 diff --git a/trunk/drivers/net/tulip/uli526x.c b/trunk/drivers/net/tulip/uli526x.c index e64bde46822e..76e55612430b 100644 --- a/trunk/drivers/net/tulip/uli526x.c +++ b/trunk/drivers/net/tulip/uli526x.c @@ -664,11 +664,6 @@ static irqreturn_t uli526x_interrupt(int irq, void *dev_id) unsigned long ioaddr = dev->base_addr; unsigned long flags; - if (!dev) { - ULI526X_DBUG(1, "uli526x_interrupt() without DEVICE arg", 0); - return IRQ_NONE; - } - spin_lock_irqsave(&db->lock, flags); outl(0, ioaddr + DCR7);