Commit e65a60e5 authored by Lucian Zala's avatar Lucian Zala Committed by Greg Kroah-Hartman

staging: fsl-mc: fix coding style warning

Fix for "WARNING: Avoid multiple line dereference - prefer
'mc_msi_domain->host_data'" found by checkpatch.pl in
bus/irq-gic-v3-its-fsl-mc-msi.c.
Signed-off-by: default avatarLucian Zala <zala.lucian@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eb10dec5
......@@ -95,8 +95,8 @@ int __init its_fsl_mc_msi_init(void)
continue;
}
WARN_ON(mc_msi_domain->
host_data != &its_fsl_mc_msi_domain_info);
WARN_ON(mc_msi_domain->host_data !=
&its_fsl_mc_msi_domain_info);
pr_info("fsl-mc MSI: %s domain created\n", np->full_name);
}
......
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