]> git.sur5r.net Git - u-boot/commit
watchdog: cadence: Show used timeout value
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Apr 2018 13:22:04 +0000 (15:22 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 11 May 2018 07:23:43 +0000 (09:23 +0200)
commit5b410deac6023338a658e0085c744b29f9880fbe
treeaab2fed58aec28f213b66db83a6fa751b1eca4ad
parente00656b2a911be40745e6556cb663096f439bc8d
watchdog: cadence: Show used timeout value

Debug message was showing timeout value which was passed to start
function but there is a checking if this value can be setup.
The patch is moving this debug printf function below checking.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/watchdog/cdns_wdt.c