Message ID | 1463522320-10964-1-git-send-email-xypron.glpk@gmx.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On 05/17/2016 11:58 PM, Heinrich Schuchardt wrote: > 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> > --- > 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 > } > >
From: Heinrich Schuchardt <xypron.glpk@gmx.de> Date: Tue, 17 May 2016 23:58:40 +0200 > If DEBUG is defined, a superfluous closing brace > is introduced. > > Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 }
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(-)