watchdog: omap_wdt: Fix WDT coding style

Fix obvious coding style problems, no functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Sam Protsenko <semen.protsenko@linaro.org>
Cc: Suniel Mahesh <sunil.m@techveda.org>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
Marek Vasut 2020-01-24 05:44:25 +01:00 committed by Lokesh Vutla
parent 11c1af60b5
commit 4dd0593398

View file

@ -191,8 +191,8 @@ static int omap3_wdt_start(struct udevice *dev, u64 timeout_ms, ulong flags)
u32 pre_margin = GET_WLDR_VAL(timeout_ms / 1000); u32 pre_margin = GET_WLDR_VAL(timeout_ms / 1000);
/* /*
* Make sure the watchdog is disabled. This is unfortunately required * Make sure the watchdog is disabled. This is unfortunately required
* because writing to various registers with the watchdog running has no * because writing to various registers with the watchdog running has
* effect. * no effect.
*/ */
omap3_wdt_stop(dev); omap3_wdt_stop(dev);