projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d7ac8b
)
[PATCH] smc911x: fix netpoll compilation faliure
author
Vitaly Wool
<vitalywool@gmail.com>
Fri, 22 Dec 2006 09:08:24 +0000
(
01:08
-0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Fri, 22 Dec 2006 16:55:48 +0000
(08:55 -0800)
Fix the compilation failure for smc911x.c when NET_POLL_CONTROLLER is set.
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/smc911x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/smc911x.c
b/drivers/net/smc911x.c
index 2c4343395a4d96bd93057da50c6af294723b8144..797ab9125e72c0ca3799e4fc10f912f5f45b68ee 100644
(file)
--- a/
drivers/net/smc911x.c
+++ b/
drivers/net/smc911x.c
@@
-1331,7
+1331,7
@@
smc911x_rx_dma_irq(int dma, void *data)
static void smc911x_poll_controller(struct net_device *dev)
{
disable_irq(dev->irq);
- smc911x_interrupt(dev->irq, dev
, NULL
);
+ smc911x_interrupt(dev->irq, dev);
enable_irq(dev->irq);
}
#endif