watchdog: mtk_wdt: Cosmetic cleanup of latest changes
This patch cleans up some coding style related issues in the mtk_wtd
driver to make this driver comply again with the U-Boot coding style
standards.
The only minimal functional change is that the timeout parameter is now
passed in (u64) instead of (unsigned int) from mtk_wdt_start() to
mtk_wdt_set_timeout(), preserving the original value.
Signed-off-by: Stefan Roese <[email protected]>
Cc: Shannon Barber <[email protected]>
Cc: Ryder Lee <[email protected]>
Cc: Matthias Brugger <[email protected]>
Cc: Frank Wunderlich <[email protected]>
Reviewed-by: Matthias Brugger <[email protected]>