linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Matt Fleming <matt.fleming@intel.com>
Cc: "H. Peter Anvin" <hpa@linux.intel.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: build failure in Linus' tree with gcc 4.4.3
Date: Tue, 21 Feb 2012 22:51:18 +1100	[thread overview]
Message-ID: <20120221225118.a2e510b249cefd66be08749e@canb.auug.org.au> (raw)
In-Reply-To: <1329823933.3639.6.camel@mfleming-mobl1.ger.corp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

Hi Matt,

On Tue, 21 Feb 2012 11:32:13 +0000 Matt Fleming <matt.fleming@intel.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 "<<" ?

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2012-02-21 11:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-20  2:39 build failure in Linus' tree with gcc 4.4.3 Stephen Rothwell
2012-02-20  3:22 ` Stephen Rothwell
2012-02-20  9:43   ` Matt Fleming
2012-02-21 10:01     ` Matt Fleming
2012-02-21 10:38       ` Stephen Rothwell
2012-02-21 11:32         ` Matt Fleming
2012-02-21 11:51           ` Stephen Rothwell [this message]
2012-02-21 11:58             ` Matt Fleming

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120221225118.a2e510b249cefd66be08749e@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=hpa@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt.fleming@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).