* [PATCH] Staging: fsl-mc: remove unnecessary parenthesis
@ 2017-09-28 8:53 Keerthi Reddy
0 siblings, 0 replies; only message in thread
From: Keerthi Reddy @ 2017-09-28 8:53 UTC (permalink / raw)
To: german.rivera, devel, linux-kernel, gregkh, outreachy-kernel
Remove unnecessary parenthesis
Signed-off-by: Keerthi Reddy <keerthigd4990@gmail.com>
---
drivers/staging/fsl-mc/bus/fsl-mc-msi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/fsl-mc/bus/fsl-mc-msi.c b/drivers/staging/fsl-mc/bus/fsl-mc-msi.c
index 038da4d..f74a6f1 100644
--- a/drivers/staging/fsl-mc/bus/fsl-mc-msi.c
+++ b/drivers/staging/fsl-mc/bus/fsl-mc-msi.c
@@ -137,7 +137,7 @@ static void fsl_mc_msi_update_chip_ops(struct msi_domain_info *info)
{
struct irq_chip *chip = info->chip;
- if (WARN_ON((!chip)))
+ if (WARN_ON(!chip))
return;
/*
--
2.7.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-28 8:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-28 8:53 [PATCH] Staging: fsl-mc: remove unnecessary parenthesis Keerthi Reddy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®