From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Fri, 25 Sep 2009 15:08:44 -0500 Subject: [U-Boot] [PATCH v2] OMAP3 MMC: Fix warning dereferencing type-punned pointer In-Reply-To: <1253903433-17455-1-git-send-email-dirk.behme@googlemail.com> References: <1253903433-17455-1-git-send-email-dirk.behme@googlemail.com> Message-ID: <4ABD234C.5080408@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dirk Behme wrote: > Fix warning > > dereferencing type-punned pointer will break strict-aliasing rules > > Signed-off-by: Dirk Behme > CC: Steve Sakoman > This may be improved by consolidating the unions into the omap3 mmc.h file and using a pointer to union in the mmc_send_cmd. may == your choice Ack-ed Tom