From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulraj, Sandeep Date: Tue, 15 Sep 2009 08:50:31 -0500 Subject: [U-Boot] [PATCH] OMAP3 MMC: Fix warning dereferencing type-punned pointer In-Reply-To: <1252831222-32222-1-git-send-email-dirk.behme@googlemail.com> References: <1252831222-32222-1-git-send-email-dirk.behme@googlemail.com> Message-ID: <0554BEF07D437848AF01B9C9B5F0BC5D92854995@dlee01.ent.ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > Fix warning > > dereferencing type-punned pointer will break strict-aliasing rules > > Signed-off-by: Dirk Behme > > --- > > Patch against recent u-boot-ti git > f4f92c81835ccc43f74925737dfd478edb0182f2 > "TI: OMAP3: Overo Tobi ethernet support" > > Compile tested only ./MAKEALL ARM_CORTEX_A8 > > drivers/mmc/omap3_mmc.c | 56 ++++++++++++++++++++++++------------------ > ------ > 1 file changed, 29 insertions(+), 27 deletions(-) Pushed to u-boot-ti