On 22.5.2019 16.35, Fabio Estevam wrote:
Commit 597c56e372da ("xhci: update bounce buffer with correct sg num")
caused the following build warnings:

drivers/usb/host/xhci-ring.c:676:19: warning: format '%ld' expects argument of 
type 'long int', but argument 3 has type 'size_t {aka unsigned int}' [-Wformat=]

Use %zu for printing size_t type in order to fix the warnings.

Fixes: 597c56e372da ("xhci: update bounce buffer with correct sg num")
Reported-by: kbuild test robot <l...@intel.com>
Signed-off-by: Fabio Estevam <feste...@gmail.com>
---

Thanks for writing this follow-up patch

Acked-by: Mathias Nyman <mathias.ny...@linux.intel.com>



Reply via email to