[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100915142744.ee5bb928.akpm@linux-foundation.org>
Date: Wed, 15 Sep 2010 14:27:44 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc: David Woodhouse <David.Woodhouse@...el.com>,
linux-kernel@...r.kernel.org, patches@...nsource.wolfsonmicro.com
Subject: Re: [PATCH] ihex: Add support for CS:IP/EIP records
On Thu, 9 Sep 2010 14:40:26 +0100
Mark Brown <broonie@...nsource.wolfsonmicro.com> wrote:
> + data32 = &record->data[0];
> + *data32 = htonl(*data32);
firmware/ihex2fw.c: In function 'process_ihex':
firmware/ihex2fw.c:231: warning: assignment from incompatible pointer type
And afacit data[] isn't 32-bit aligned and I don't know that all
architectures support htonl() against a misaligned pointer.
I'll drop the patch.
--
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