diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-11-09 06:21:10 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-16 21:00:54 +0100 |
commit | 7625dd68e30e7782afce37c8d5e259fcb8d669ec (patch) | |
tree | 9affb5a67566a7e54a519dce0e67df763b6223ab /board | |
parent | 755cf792bd6c599febfcac23814dee55074aa23c (diff) | |
download | u-boot-imx-7625dd68e30e7782afce37c8d5e259fcb8d669ec.zip u-boot-imx-7625dd68e30e7782afce37c8d5e259fcb8d669ec.tar.gz u-boot-imx-7625dd68e30e7782afce37c8d5e259fcb8d669ec.tar.bz2 |
drivers/block/sata_sil3114.c: Fix GCC 4.6 build warning
Fix:
sata_sil3114.c: In function 'scan_sata':
sata_sil3114.c:793:7: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:794:7: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:795:39: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:795:7: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:797:7: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:800:7: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:801:7: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:802:39: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:802:7: warning: array subscript is above array bounds [-Warray-bounds]
sata_sil3114.c:804:7: warning: array subscript is above array bounds [-Warray-bounds]
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions