watchdog: mtk_wdt: Cosmetic cleanup of latest changes
authorStefan Roese <sr@denx.de>
Wed, 3 Jul 2019 05:22:20 +0000 (07:22 +0200)
committerStefan Roese <sr@denx.de>
Mon, 5 Aug 2019 09:50:11 +0000 (11:50 +0200)
commitc07f68dd66f305baf930c660493c4db4e2a50ff2
treeef6c9852074d12336995fbae1af91c889cd7336a
parentc7adc0b5f9809bddb3707f2383924d22af8b586f
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 <sr@denx.de>
Cc: Shannon Barber <sbarber@dataspeedinc.com>
Cc: Ryder Lee <ryder.lee@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/watchdog/mtk_wdt.c