diff options
author | Simon Glass <sjg@chromium.org> | 2013-07-03 07:11:41 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-15 17:06:09 -0400 |
commit | 4f6aa3468d8090f2de84a869ba54891a4340a1c8 (patch) | |
tree | 0cfb22ad460ed5db92d8aa5238c822667c45c826 /common/cmd_mdio.c | |
parent | 54e458de55a8833519225d728e3be1f84b399a38 (diff) | |
download | u-boot-imx-4f6aa3468d8090f2de84a869ba54891a4340a1c8.zip u-boot-imx-4f6aa3468d8090f2de84a869ba54891a4340a1c8.tar.gz u-boot-imx-4f6aa3468d8090f2de84a869ba54891a4340a1c8.tar.bz2 |
scsi: Correct types of scsi_read/write()
The block device expects to see lbaint_t for the blknr parameter. Change
the SCSI read/write functions to suit.
This fixes the following build warnings for coreboot:
cmd_scsi.c: In function ‘scsi_scan’:
cmd_scsi.c:119:30: error: assignment from incompatible pointer type [-Werror]
cmd_scsi.c:120:32: error: assignment from incompatible pointer type [-Werror]
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/cmd_mdio.c')
0 files changed, 0 insertions, 0 deletions