mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
sata: sata_mv: use correct format specifier in debug()
This fixes a compile error on kirkwood. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
699a5d3c9d
commit
cfdf632c5c
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ static u32 ata_low_level_rw(struct udevice *dev, int port, lbaint_t blknr,
|
|||
u8 *addr;
|
||||
int max_blks;
|
||||
|
||||
debug("%s: %ld %ld\n", __func__, blknr, blkcnt);
|
||||
debug("%s: " LBAFU " " LBAFU "\n", __func__, blknr, blkcnt);
|
||||
|
||||
start = blknr;
|
||||
blks = blkcnt;
|
||||
|
|
Loading…
Add table
Reference in a new issue