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:
2843e7f
)
Jazzsonic: Fix warning about unused variable.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 15 Oct 2007 09:58:40 +0000
(10:58 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 15 Oct 2007 18:29:49 +0000
(14:29 -0400)
Caused by "[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()"
aka
0795af5729b18218767fab27c44b1384f72dc9ad
.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/jazzsonic.c
patch
|
blob
|
history
diff --git
a/drivers/net/jazzsonic.c
b/drivers/net/jazzsonic.c
index d3825c8ee99493fc01cfb65a0e25bfe07a285bd3..5c154fe1385956d2797a8946000397b4558631a0 100644
(file)
--- a/
drivers/net/jazzsonic.c
+++ b/
drivers/net/jazzsonic.c
@@
-208,7
+208,6
@@
static int __init jazz_sonic_probe(struct platform_device *pdev)
struct sonic_local *lp;
struct resource *res;
int err = 0;
- int i;
DECLARE_MAC_BUF(mac);
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);