1
0
Fork 0

Staging: fsl-mc: remove unnecessary parenthesis

Remove unnecessary parenthesis

Signed-off-by: Keerthi Reddy <keerthigd4990@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Keerthi Reddy 2017-09-28 14:23:21 +05:30 committed by Greg Kroah-Hartman
parent a62330176f
commit 37c64b7489
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/*