aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Graute <[email protected]>2019-09-05 14:36:49 +0000
committerWim Van Sebroeck <[email protected]>2019-09-17 08:59:14 +0200
commit3b7c09fd645ba62b3d6346625db1fcd3803bdd33 (patch)
tree8cbbd83f9275f915c18c0887a747a0078be63985
parentebdc0f5817321cd5a45e76c6653adf7c7b1d0aee (diff)
watchdog: imx_sc: this patch just fixes whitespaces
Fix only whitespace errors in imx_sc_wdt_probe() Signed-off-by: Oliver Graute <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r--drivers/watchdog/imx_sc_wdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/imx_sc_wdt.c b/drivers/watchdog/imx_sc_wdt.c
index 9260475439eb..7ea5cf54e94a 100644
--- a/drivers/watchdog/imx_sc_wdt.c
+++ b/drivers/watchdog/imx_sc_wdt.c
@@ -176,8 +176,8 @@ static int imx_sc_wdt_probe(struct platform_device *pdev)
ret = devm_watchdog_register_device(dev, wdog);
if (ret)
- return ret;
-
+ return ret;
+
ret = imx_scu_irq_group_enable(SC_IRQ_GROUP_WDOG,
SC_IRQ_WDOG,
true);