[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1329825491.3639.8.camel@mfleming-mobl1.ger.corp.intel.com>
Date: Tue, 21 Feb 2012 11:58:11 +0000
From: Matt Fleming <matt.fleming@...el.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: "H. Peter Anvin" <hpa@...ux.intel.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: build failure in Linus' tree with gcc 4.4.3
On Tue, 2012-02-21 at 22:51 +1100, Stephen Rothwell wrote:
> Hi Matt,
>
> On Tue, 21 Feb 2012 11:32:13 +0000 Matt Fleming <matt.fleming@...el.com> wrote:
> >
> > +static inline u32 read32_le(u8 *src)
> > +{
> > + u32 data;
> > +
> > + data = *src++;
> > + data |= *src++ >> 8;
> > + data |= *src++ >> 16;
> > + data |= *src++ >> 24;
>
> Shouldn't these be "<<" ?
Oops. Yes.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists