Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/net/tulip...
authorMicah Gruber <micah.gruber@gmail.com>
Sat, 29 Sep 2007 05:42:11 +0000 (22:42 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:53 +0000 (16:53 -0700)
commit1f8f4559f8c5829348a010a9e0bbb423310060d1
tree2f1ec7d0febddda537062a3a914bcacadce32aed
parent13f7b8c011cd8d16ad3063409b9d969466c9e2f4
Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/net/tulip/uli526x.c

This patch fixes an apparent potential null dereference bug where we
dereference dev before a null check.  This patch simply remvoes the
can't-happen test for a null pointer.

Signed-off-by: Micah Gruber <micah.gruber@gmail.com>
Cc: Grant Grundler <grundler@parisc-linux.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
Acked-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/tulip/uli526x.c