Skip to content
Snippets Groups Projects
Commit 9829cabb authored by Sandeep Paulraj's avatar Sandeep Paulraj Committed by Tom Rix
Browse files

Fix for Void function returning value in sbc35-a9g20


Void function was returning 0 in the m41t94 rtc driver.
This makes it similar to m41t62 rtc driver.

Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent d5e2d625
No related branches found
No related tags found
No related merge requests found
......@@ -120,5 +120,4 @@ void rtc_reset(void)
* Could not be tested as the reset pin is not wired on
* the sbc35-ag20 board
*/
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