未验证 提交 21fb1f41 编写于 作者: A Aishwarya R 提交者: Mark Brown

spi: spi-sh-msiof: Fix checkpatch error Complex macros should use ()

Fixed checkpatch error "Macros with complex values should be enclosed
in parentheses"
Signed-off-by: NAishwarya R <raishwar@visteon.com>
Link: https://lore.kernel.org/r/20200406155301.21768-1-raishwar@visteon.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 afedb4b7
......@@ -1398,7 +1398,7 @@ static int sh_msiof_spi_resume(struct device *dev)
static SIMPLE_DEV_PM_OPS(sh_msiof_spi_pm_ops, sh_msiof_spi_suspend,
sh_msiof_spi_resume);
#define DEV_PM_OPS &sh_msiof_spi_pm_ops
#define DEV_PM_OPS (&sh_msiof_spi_pm_ops)
#else
#define DEV_PM_OPS NULL
#endif /* CONFIG_PM_SLEEP */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册