diff options
Diffstat (limited to 'common/cmd_ext4.c')
| -rw-r--r-- | common/cmd_ext4.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_ext4.c b/common/cmd_ext4.c index 237bc198a..e193f29c4 100644 --- a/common/cmd_ext4.c +++ b/common/cmd_ext4.c @@ -101,7 +101,7 @@ int do_ext4_write(cmd_tbl_t *cmdtp, int flag, int argc,  	/* mount the filesystem */  	if (!ext4fs_mount(info.size)) { -		printf("Bad ext4 partition %s %d:%lu\n", argv[1], dev, part); +		printf("Bad ext4 partition %s %d:%d\n", argv[1], dev, part);  		goto fail;  	} |