Skip to content
Snippets Groups Projects
Commit f3a7bddc authored by Magnus Lilja's avatar Magnus Lilja Committed by Wolfgang Denk
Browse files

RTC: Fix return code in MC13783 RTC driver.

parent d52e3e01
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ int rtc_set(struct rtc_time *rtc) ...@@ -109,7 +109,7 @@ int rtc_set(struct rtc_time *rtc)
spi_release_bus(slave); spi_release_bus(slave);
return -1; return 0;
} }
void rtc_reset(void) void rtc_reset(void)
......
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