Merge "USB: gadget: f_fs: Use %zu when printing size_t"
This commit is contained in:
commit
0a20333b02
1 changed files with 1 additions and 1 deletions
|
@ -2275,7 +2275,7 @@ static int __ffs_do_os_desc_header(enum ffs_os_desc_type *next_type,
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
ffs_log("exit: size of desc %lu", sizeof(*desc));
|
||||
ffs_log("exit: size of desc %zu", sizeof(*desc));
|
||||
|
||||
return sizeof(*desc);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue