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
					
				|  | @ -727,7 +727,7 @@ static u32 ata_low_level_rw(struct udevice *dev, int port, lbaint_t blknr, | ||||||
| 	u8 *addr; | 	u8 *addr; | ||||||
| 	int max_blks; | 	int max_blks; | ||||||
| 
 | 
 | ||||||
| 	debug("%s: %ld %ld\n", __func__, blknr, blkcnt); | 	debug("%s: " LBAFU " " LBAFU "\n", __func__, blknr, blkcnt); | ||||||
| 
 | 
 | ||||||
| 	start = blknr; | 	start = blknr; | ||||||
| 	blks = blkcnt; | 	blks = blkcnt; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue