]> Git Repo - u-boot.git/commit
watchdog: mtk_wdt: Cosmetic cleanup of latest changes
authorStefan Roese <[email protected]>
Wed, 3 Jul 2019 05:22:20 +0000 (07:22 +0200)
committerStefan Roese <[email protected]>
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 <[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]>
drivers/watchdog/mtk_wdt.c
This page took 0.033336 seconds and 4 git commands to generate.