mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
rtc: rx8010sj: fix DM initialization
pass the udevice by reference instead of double ref Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
This commit is contained in:
committed by
Stefano Babic
parent
576434b205
commit
a00b1f9d7a
@@ -349,7 +349,7 @@ void rtc_init(void)
|
||||
|
||||
static int rx8010sj_probe(struct udevice *dev)
|
||||
{
|
||||
rx8010sj_rtc_init(&dev);
|
||||
rx8010sj_rtc_init(dev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user