Commit 37c64b74 authored by Keerthi Reddy's avatar Keerthi Reddy Committed by Greg Kroah-Hartman

Staging: fsl-mc: remove unnecessary parenthesis

Remove unnecessary parenthesis
Signed-off-by: default avatarKeerthi Reddy <keerthigd4990@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a6233017
......@@ -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;
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment