board_r: Add missing return to initr_doc

I happened to spot this while working in the area.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Simon Glass <sjg@chromium.org>
Cc: Simon Glass <sjg@chromium.org>
This commit is contained in:
Ian Campbell
2014-08-09 11:17:02 -04:00
committed by Tom Rini
parent 3ce7a4fefa
commit 19ad527d8c
+1
View File
@@ -587,6 +587,7 @@ static int initr_doc(void)
{
puts("DOC: ");
doc_init();
return 0;
}
#endif