All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timur Tabi <timur@tabi.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2 V2] PPC MPC83xx: Fix MPC8323ERDB build warning
Date: Mon, 08 Jul 2013 17:04:55 -0500	[thread overview]
Message-ID: <51DB3787.4000308@tabi.org> (raw)
In-Reply-To: <1373307567-21958-1-git-send-email-wd@denx.de>

On 07/08/2013 01:19 PM, Wolfgang Denk wrote:
> +		uint32_t crc_buf;
> +
> +		memcpy(&crc_buf, &buf[24], sizeof(unsigned int));

Well, this is wrong, because it should be sizeof(uint32_t).  Or maybe
sizeof(crc_buf).

-- 
Timur Tabi

  reply	other threads:[~2013-07-08 22:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-14  8:21 [U-Boot] [PATCH 2/2] PPC MPC83xx: Fix MPC8323ERDB build warning Wolfgang Denk
2013-06-14  9:14 ` Wolfgang Denk
2013-06-28 21:47   ` Andy Fleming
2013-06-29  4:11     ` Timur Tabi
2013-06-29  6:04       ` Sinan Akman
2013-07-04  6:15       ` Wolfgang Denk
2013-06-27  6:22 ` Wolfgang Denk
2013-07-04 12:57 ` Timur Tabi
2013-07-08 18:19   ` [U-Boot] [PATCH 2/2 V2] " Wolfgang Denk
2013-07-08 22:04     ` Timur Tabi [this message]
2013-07-14 17:44       ` Wolfgang Denk
2013-07-08 18:23   ` Wolfgang Denk
2013-07-14 17:42   ` [U-Boot] [PATCH 2/2 V3] " Wolfgang Denk
2013-07-14 22:24     ` Timur Tabi
2013-07-16 14:36     ` [U-Boot] [U-Boot, 2/2, " Tom Rini

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=51DB3787.4000308@tabi.org \
    --to=timur@tabi.org \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.