Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6629b97d authored by Ralf Baechle's avatar Ralf Baechle Committed by Jeff Garzik
Browse files

Jazzsonic: Fix warning about unused variable.



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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 2843e7f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);