natsemi irq flags

The spinlock irq flags should be a unsigned long to properly support 64 bit

Signed-off-by: Gregory Haskins <ghaskins@novell.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by Gregory Haskins and committed by Jeff Garzik d41f2d17 2cc49a5c

+1 -1
+1 -1
drivers/net/natsemi.c
··· 690 690 { 691 691 struct netdev_private *np = netdev_priv(to_net_dev(dev)); 692 692 int new_setting; 693 - u32 flags; 693 + unsigned long flags; 694 694 695 695 /* Find out the new setting */ 696 696 if (!strncmp("on", buf, count - 1) || !strncmp("1", buf, count - 1))