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

Commit d1134128 authored by xypron.glpk@gmx.de's avatar xypron.glpk@gmx.de Committed by David S. Miller
Browse files

net: ieee802154/adf7242: syntax error ifdef DEBUG



If DEBUG is defined, a superfluous closing brace
is introduced.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f1971a2e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -915,7 +915,6 @@ static void adf7242_debug(u8 irq1)
		(stat & 0xf) == RC_STATUS_PHY_RDY ? "RC_STATUS_PHY_RDY" : "",
		(stat & 0xf) == RC_STATUS_RX ? "RC_STATUS_RX" : "",
		(stat & 0xf) == RC_STATUS_TX ? "RC_STATUS_TX" : "");
	}
#endif
}