提交 15f1df57 编写于 作者: T Tugce Sirin 提交者: Greg Kroah-Hartman

staging: nvec: fix space after if statement in nvec.c

This patch fixes space after if statement in nvec/nvec.c
Signed-off-by: NTugce Sirin <ztugcesirin@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 de40d120
......@@ -802,7 +802,7 @@ static int tegra_nvec_probe(struct platform_device *pdev)
unmute_speakers[] = { NVEC_OEM0, 0x10, 0x59, 0x95 },
enable_event[7] = { NVEC_SYS, CNF_EVENT_REPORTING, true };
if(!pdev->dev.of_node) {
if (!pdev->dev.of_node) {
dev_err(&pdev->dev, "must be instantiated using device tree\n");
return -ENODEV;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册