All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG
@ 2016-05-17 21:58 Heinrich Schuchardt
  2016-05-18  6:35   ` Michael Hennerich
  2016-05-19 18:31 ` David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2016-05-17 21:58 UTC (permalink / raw)
  To: Michael Hennerich, Alexander Aring
  Cc: linux-wpan, netdev, linux-kernel, Heinrich Schuchardt

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

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 drivers/net/ieee802154/adf7242.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ieee802154/adf7242.c b/drivers/net/ieee802154/adf7242.c
index b82e39d..9fa7ac9 100644
--- a/drivers/net/ieee802154/adf7242.c
+++ b/drivers/net/ieee802154/adf7242.c
@@ -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
 }
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-19 18:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-17 21:58 [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG Heinrich Schuchardt
2016-05-18  6:35 ` Michael Hennerich
2016-05-18  6:35   ` Michael Hennerich
2016-05-18  6:35   ` Michael Hennerich
2016-05-19 18:31 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.