Fix a potential NULL pointer dereference in mace_interrupt() in drivers/net/pcmcia...
authorMicah Gruber <micah.gruber@gmail.com>
Tue, 24 Jul 2007 02:44:56 +0000 (10:44 +0800)
committerJeff Garzik <jeff@garzik.org>
Mon, 30 Jul 2007 19:58:54 +0000 (15:58 -0400)
This patch fixes a potential null dereference bug where we dereference
DEV before a null check. This patch simply moves the dereferencing after
the null check.

Signed-off-by: Micah Gruber <micah.gruber@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found