提交 3b7c09fd 编写于 作者: O Oliver Graute 提交者: Wim Van Sebroeck

watchdog: imx_sc: this patch just fixes whitespaces

Fix only whitespace errors in imx_sc_wdt_probe()
Signed-off-by: NOliver Graute <oliver.graute@kococonnector.com>
Reviewed-by: NGuenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20190905143644.20952-1-oliver.graute@kococonnector.comSigned-off-by: NGuenter Roeck <linux@roeck-us.net>
Signed-off-by: NWim Van Sebroeck <wim@linux-watchdog.org>
上级 ebdc0f58
...@@ -176,8 +176,8 @@ static int imx_sc_wdt_probe(struct platform_device *pdev) ...@@ -176,8 +176,8 @@ static int imx_sc_wdt_probe(struct platform_device *pdev)
ret = devm_watchdog_register_device(dev, wdog); ret = devm_watchdog_register_device(dev, wdog);
if (ret) if (ret)
return ret; return ret;
ret = imx_scu_irq_group_enable(SC_IRQ_GROUP_WDOG, ret = imx_scu_irq_group_enable(SC_IRQ_GROUP_WDOG,
SC_IRQ_WDOG, SC_IRQ_WDOG,
true); true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册