mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
net: ieee802154/adf7242: syntax error ifdef DEBUG
If DEBUG is defined, a superfluous closing brace is introduced. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f1971a2e03
commit
d113412859
@ -915,7 +915,6 @@ static void adf7242_debug(u8 irq1)
|
|||||||
(stat & 0xf) == RC_STATUS_PHY_RDY ? "RC_STATUS_PHY_RDY" : "",
|
(stat & 0xf) == RC_STATUS_PHY_RDY ? "RC_STATUS_PHY_RDY" : "",
|
||||||
(stat & 0xf) == RC_STATUS_RX ? "RC_STATUS_RX" : "",
|
(stat & 0xf) == RC_STATUS_RX ? "RC_STATUS_RX" : "",
|
||||||
(stat & 0xf) == RC_STATUS_TX ? "RC_STATUS_TX" : "");
|
(stat & 0xf) == RC_STATUS_TX ? "RC_STATUS_TX" : "");
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user