[U-Boot] [PATCH] board_r: Add missing return to initr_doc

Ian Campbell ijc at hellion.org.uk
Thu Jul 24 10:28:38 CEST 2014


On Thu, 2014-07-24 at 07:18 +0900, Nobuhiro Iwamatsu wrote:
> Hi,
> 
> 2014-07-22 3:21 GMT+09:00 Ian Campbell <ijc at hellion.org.uk>:
> > I happened to spot this while working in the area.
> >
> > Signed-off-by: Ian Campbell <ijc at hellion.org.uk>
> > Cc: Simon Glass <sjg at chromium.org>
> > ---
> >  common/board_r.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/common/board_r.c b/common/board_r.c
> > index 4479acb..427ee67 100644
> > --- a/common/board_r.c
> > +++ b/common/board_r.c
> > @@ -600,6 +600,7 @@ static int initr_doc(void)
> >  {
> >         puts("DOC:   ");
> >         doc_init();
> > +       return 0
> 
> you forgot ';'.

Gah! v2 coming up...

Ian.



More information about the U-Boot mailing list