[U-Boot] [PATCH] rtc: rx8010sj: fix DM initialization

2019-12-28 Thread sbabic
> pass the udevice by reference instead of double ref > Signed-off-by: Robert Beckett Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang

[U-Boot] [PATCH] rtc: rx8010sj: fix DM initialization

2019-10-28 Thread Robert Beckett
pass the udevice by reference instead of double ref Signed-off-by: Robert Beckett --- drivers/rtc/rx8010sj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rx8010sj.c b/drivers/rtc/rx8010sj.c index 81560e16ce..2876692a37 100644 --- a/drivers/rtc/rx8010sj.c +++