Skip to content

Commit

Permalink
Jazzsonic: Fix warning about unused variable.
Browse files Browse the repository at this point in the history
Caused by "[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()"
aka 0795af5.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Ralf Baechle authored and Jeff Garzik committed Oct 15, 2007
1 parent 2843e7f commit 6629b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/jazzsonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6629b97

Please sign in to comment.