Skip to content
Snippets Groups Projects
Commit a00b1f9d authored by Robert Beckett's avatar Robert Beckett Committed by Stefano Babic
Browse files

rtc: rx8010sj: fix DM initialization


pass the udevice by reference instead of double ref

Signed-off-by: default avatarRobert Beckett <bob.beckett@collabora.com>
parent 576434b2
No related branches found
No related tags found
No related merge requests found
...@@ -349,7 +349,7 @@ void rtc_init(void) ...@@ -349,7 +349,7 @@ void rtc_init(void)
static int rx8010sj_probe(struct udevice *dev) static int rx8010sj_probe(struct udevice *dev)
{ {
rx8010sj_rtc_init(&dev); rx8010sj_rtc_init(dev);
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment