diff options
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | 2019-10-15 16:30:17 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2019-10-27 08:58:44 +0200 |
commit | e92f30ac37d12756aeb733538ad85df2be7e139f (patch) | |
tree | 3cf321fc88e7739b2a6248447aaff0b532c93fc0 /block | |
parent | 20ee71cc374a4933808f735354cb4fd949d657c7 (diff) |
usb: renesas_usbhs: fix type of buf
Fix the type of buf in __usbhsg_recip_send_status to
be __le16 to avoid the following sparse warning:
drivers/usb/renesas_usbhs/mod_gadget.c:335:14: warning: incorrect type in assignment (different base types)
drivers/usb/renesas_usbhs/mod_gadget.c:335:14: expected unsigned short
drivers/usb/renesas_usbhs/mod_gadget.c:335:14: got restricted __le16 [usertype]
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions