projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b2738
)
au1000_eth: use 'unsigned long' for irqflags
author
Vegard Nossum
<vegard.nossum@gmail.com>
Wed, 6 Aug 2008 12:12:11 +0000
(14:12 +0200)
committer
Jeff Garzik
<jgarzik@redhat.com>
Thu, 14 Aug 2008 08:27:08 +0000
(
04:27
-0400)
The patch was generated using the Coccinelle semantic patch framework.
Cc: Julia Lawall <julia@diku.dk>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/au1000_eth.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/au1000_eth.c
b/drivers/net/au1000_eth.c
index cb8be490e5aed1f9f7afd7f9a68522ee2d6192ba..5ee1b0557a028f1bf7c6e621c50a60d0a6c14e9f 100644
(file)
--- a/
drivers/net/au1000_eth.c
+++ b/
drivers/net/au1000_eth.c
@@
-807,7
+807,7
@@
err_out:
static int au1000_init(struct net_device *dev)
{
struct au1000_private *aup = (struct au1000_private *) dev->priv;
- u
32
flags;
+ u
nsigned long
flags;
int i;
u32 control;