projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc49a5
)
natsemi irq flags
author
Gregory Haskins
<ghaskins@novell.com>
Fri, 15 Jun 2007 21:17:50 +0000
(17:17 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 20 Jun 2007 23:15:04 +0000
(19:15 -0400)
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>
drivers/net/natsemi.c
patch
|
blob
|
history
diff --git
a/drivers/net/natsemi.c
b/drivers/net/natsemi.c
index 4cf0d3fcb519d741559d9e016178f455a75884c3..460a08718c69f8c740fcb5716720ea44219b14f6 100644
(file)
--- 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;
- u
32
flags;
+ u
nsigned long
flags;
/* Find out the new setting */
if (!strncmp("on", buf, count - 1) || !strncmp("1", buf, count - 1))