mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Merge branch 'warning-cleanup'
This commit is contained in:
commit
084f3ddac6
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ static uint32_t kwbimage_checksum32 (uint32_t *start, uint32_t len, uint32_t csu
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (len % sizeof(uint32_t)) {
|
if (len % sizeof(uint32_t)) {
|
||||||
printf ("Error:%s[%d] - lenght is not in multiple of %ld\n",
|
printf ("Error:%s[%d] - length is not in multiple of %zu\n",
|
||||||
__FUNCTION__, len, sizeof(uint32_t));
|
__FUNCTION__, len, sizeof(uint32_t));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue