Merge "USB: gadget: f_fs: Use %zu when printing size_t"

This commit is contained in:
Linux Build Service Account 2016-09-23 20:19:09 -07:00 committed by Gerrit - the friendly Code Review server
commit 0a20333b02

View file

@ -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);
}