summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2016-01-08 19:36:02 +0530
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:52:18 -0800
commita6a18dc18a55798980383402051fabcca96754ee (patch)
tree5dbd8ffe81633f7127b3efeb518f0ac0f7f71b1e /drivers/mmc/host
parent78263aa46bc28671f62d58c55205166648e93518 (diff)
usb: gadget: u_ether: use %z format specifier for size_t
Use '%zd' format specifier for size_t type instead of '%d' to fix build warnings like: drivers/usb/gadget/function/u_ether.c: In function ‘rx_submit’: drivers/usb/gadget/function/u_ether.c:244:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat=] DBG(dev, "%s: size: %d\n", __func__, size); ^ Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'drivers/mmc/host')
0 files changed, 0 insertions, 0 deletions