OSDN Git Service

USB: gadget: f_fs: Use %zu when printing size_t
authorManu Gautam <mgautam@codeaurora.org>
Thu, 22 Sep 2016 11:04:27 +0000 (16:34 +0530)
committerManu Gautam <mgautam@codeaurora.org>
Thu, 22 Sep 2016 11:04:27 +0000 (16:34 +0530)
commitd0bdc926c442099f61dffab4a457ce05c61e93b3
treef0628ef3e6e61aefecd30bb2530d324b677cd253
parent9e2d528dc47d04e98c5e6f1c4ef84fc268115d36
USB: gadget: f_fs: Use %zu when printing size_t

Using %lu for size_t gives compilation error on 32bit system.
Replace this with %zu which should be used to print size_t on
both 32bit and 64bit machines.

Change-Id: Id8a42dec3e081187054cb2353ba3473bae9dd547
CRs-fixed: 1069970
Signed-off-by: Manu Gautam <mgautam@codeaurora.org>
drivers/usb/gadget/function/f_fs.c