mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
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:
committed by
Lokesh Vutla
parent
11c1af60b5
commit
4dd0593398
@@ -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);
|
||||
/*
|
||||
* Make sure the watchdog is disabled. This is unfortunately required
|
||||
* because writing to various registers with the watchdog running has no
|
||||
* effect.
|
||||
* because writing to various registers with the watchdog running has
|
||||
* no effect.
|
||||
*/
|
||||
omap3_wdt_stop(dev);
|
||||
|
||||
|
Reference in New Issue
Block a user