]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ahci: Fix gcc 4.4 compiler warning
authorKumar Gala <galak@kernel.crashing.org>
Mon, 13 Jul 2009 14:24:00 +0000 (09:24 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 23 Jul 2009 19:04:58 +0000 (21:04 +0200)
commitcb6d0b72c2c4f13c0075a7ae92e11682ec94a311
tree810a61721ecd7c9d3b5e3905f1d90cb9211c9d7e
parent51d91e1a253c97713c7f3e5c0b910a4db4979283
ahci: Fix gcc 4.4 compiler warning

ahci.c: In function 'ata_scsiop_read_capacity10':
ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/block/ahci.c