diff options
author | Piyush Mehta <[email protected]> | 2023-08-22 12:01:59 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-08-22 14:46:45 +0200 |
commit | 7f93e683bc0667a6b5e0da4b49fa07938a9ccad4 (patch) | |
tree | f947950e8077bf687ec0a52cc3b4b3d97e7930e6 /scripts | |
parent | 2ccbe85456b367d24d53f6ff9f5b2cafd0b54877 (diff) |
usb: gadget: udc-xilinx: fix restricted __le16 degrades to integer warning
usb_ctrlrequest members wValue and wIndex are of type __le16, so to fix
this warnings we are using le16_to_cpu() macros.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Piyush Mehta <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions