]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board_r: Add missing return to initr_doc
authorIan Campbell <ijc@hellion.org.uk>
Thu, 24 Jul 2014 08:29:57 +0000 (09:29 +0100)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:17:02 +0000 (11:17 -0400)
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>
common/board_r.c

index 8e7a3ac74cd297c8f9ad2539650f1a94ab1f34da..ba9a68dc6691d445e1803a1ad6eed06e661e5cee 100644 (file)
@@ -587,6 +587,7 @@ static int initr_doc(void)
 {
        puts("DOC:   ");
        doc_init();
+       return 0;
 }
 #endif