]> git.baikalelectronics.ru Git - uboot.git/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)
commit852f1d8ca7d6740ebf8ffb89fda928316fa2aeeb
treeaab2fed58aec28f213b66db83a6fa751b1eca4ad
parent8f214d3ae10362c54214ee9fa8738393ed754ca2
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