public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] natsemi irq flags
@ 2007-06-15 21:17 Gregory Haskins
  2007-06-15 22:06 ` Chuck Ebbert
  2007-06-20 23:15 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Gregory Haskins @ 2007-06-15 21:17 UTC (permalink / raw)
  To: linux-kernel

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

Signed-off-by: Gregory Haskins <ghaskins@novell.com>

---

 drivers/net/natsemi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/natsemi.c b/drivers/net/natsemi.c
index 4cf0d3f..460a087 100644
--- a/drivers/net/natsemi.c
+++ b/drivers/net/natsemi.c
@@ -690,7 +690,7 @@ static ssize_t natsemi_set_dspcfg_workaround(struct device *dev,
 {
 	struct netdev_private *np = netdev_priv(to_net_dev(dev));
 	int new_setting;
-	u32 flags;
+	unsigned long flags;
 
         /* Find out the new setting */
         if (!strncmp("on", buf, count - 1) || !strncmp("1", buf, count - 1))


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-20 23:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-15 21:17 [PATCH] natsemi irq flags Gregory Haskins
2007-06-15 22:06 ` Chuck Ebbert
2007-06-16  2:40   ` Alexey Dobriyan
2007-06-20 23:15 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox