mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00: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:
parent
11c1af60b5
commit
4dd0593398
1 changed files with 22 additions and 22 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue