Merge "msm: vidc: change format specifier for size_t"
This commit is contained in:
commit
2acbcf88e8
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ int vmem_allocate(size_t size, phys_addr_t *addr)
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
if (!size) {
|
if (!size) {
|
||||||
pr_err("%s Invalid size %ld\n", __func__, size);
|
pr_err("%s Invalid size %zu\n", __func__, size);
|
||||||
rc = -EINVAL;
|
rc = -EINVAL;
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue