[NET] Jazzsonic: Fix warning about unused variable.

2007-10-15 Thread Ralf Baechle
Caused by [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
aka 0795af5729b18218767fab27c44b1384f72dc9ad.

Signed-off-by: Ralf Baechle [EMAIL PROTECTED]

diff --git a/drivers/net/jazzsonic.c b/drivers/net/jazzsonic.c
index d3825c8..5c154fe 100644
--- 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);
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [NET] Jazzsonic: Fix warning about unused variable.

2007-10-15 Thread Jeff Garzik

Ralf Baechle wrote:

Caused by [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
aka 0795af5729b18218767fab27c44b1384f72dc9ad.

Signed-off-by: Ralf Baechle [EMAIL PROTECTED]


applied


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html