2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 14:43:58 +08:00

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>
This commit is contained in:
Keerthi Reddy 2017-09-28 14:23:21 +05:30 committed by Greg Kroah-Hartman
parent a62330176f
commit 37c64b7489

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