Message ID | 20190905143644.20952-1-oliver.graute@kococonnector.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2] watchdog: imx_sc: this patch just fixes whitespaces | expand |
On Thu, Sep 05, 2019 at 02:36:49PM +0000, Oliver Graute wrote: > Fix only whitespace errors in imx_sc_wdt_probe() > > Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com> Ah, there are indeed extra spaces in these lines. Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > drivers/watchdog/imx_sc_wdt.c | 4 ++-- > 1 file 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); > -- > 2.17.1 >
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);
Fix only whitespace errors in imx_sc_wdt_probe() Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com> --- drivers/watchdog/imx_sc_wdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)