Re: [U-Boot] [PATCH 3/4] watchdog: cadence: Use live-tree functions

2018-05-22 Thread Simon Glass
On 18 May 2018 at 02:46, Michal Simek wrote: > Use live-tree functions. > > Signed-off-by: Michal Simek > --- > > drivers/watchdog/cdns_wdt.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Simon Glass ___ U-Boot mailing

[U-Boot] [PATCH 3/4] watchdog: cadence: Use live-tree functions

2018-05-18 Thread Michal Simek
Use live-tree functions. Signed-off-by: Michal Simek --- drivers/watchdog/cdns_wdt.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/watchdog/cdns_wdt.c b/drivers/watchdog/cdns_wdt.c index 9a07fa10fd9b..f7618f86da15 100644 --- a/drivers/watchdog/cdns_wdt.c +