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

Commit c86ae826 authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller
Browse files

gianfar: remove unused DECLARE_MAC_BUF



The use of it was converted to %pM, but the variable
stuck -- remove it now to not cause spurious warnings.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1dacc76d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -304,7 +304,6 @@ static int gfar_probe(struct of_device *ofdev,
	u32 tempval;
	struct net_device *dev = NULL;
	struct gfar_private *priv = NULL;
	DECLARE_MAC_BUF(mac);
	int err = 0;
	int len_devname;