From: Ian Campbell Date: Thu, 24 Jul 2014 08:29:57 +0000 (+0100) Subject: board_r: Add missing return to initr_doc X-Git-Tag: v2025.01-rc5-pxa1908~14886 X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=19ad527d8cba37c8afae5cf783d696b033859b86;p=u-boot.git board_r: Add missing return to initr_doc I happened to spot this while working in the area. Signed-off-by: Ian Campbell Acked-by: Simon Glass Cc: Simon Glass --- diff --git a/common/board_r.c b/common/board_r.c index 8e7a3ac74c..ba9a68dc66 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -587,6 +587,7 @@ static int initr_doc(void) { puts("DOC: "); doc_init(); + return 0; } #endif