Skip to content
Snippets Groups Projects
Commit 32191755 authored by Michal Simek's avatar Michal Simek Committed by Marek Vasut
Browse files

usb: lthor: Specify correct parameter for sizeof type


This patch removes this warning:
  CC      drivers/usb/gadget/f_thor.o
drivers/usb/gadget/f_thor.c: In function ‘thor_tx_data’:
drivers/usb/gadget/f_thor.c:572:2: warning: format ‘%d’ expects argument
of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
  debug("%s: dev->in_req->length:%d to_cpy:%d\n", __func__,
  ^

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 01c94c4a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment