Skip to content
Snippets Groups Projects
Commit 19ad527d authored by Ian Campbell's avatar Ian Campbell Committed by Tom Rini
Browse files

board_r: Add missing return to initr_doc


I happened to spot this while working in the area.

Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Cc: Simon Glass <sjg@chromium.org>
parent 3ce7a4fe
No related branches found
No related tags found
No related merge requests found
...@@ -587,6 +587,7 @@ static int initr_doc(void) ...@@ -587,6 +587,7 @@ static int initr_doc(void)
{ {
puts("DOC: "); puts("DOC: ");
doc_init(); doc_init();
return 0;
} }
#endif #endif
......
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