diff options
author | Ruslan Bilovol <[email protected]> | 2019-07-07 15:17:19 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-07-25 11:10:55 +0200 |
commit | 6269e4c76eacabaea0d0099200ae1a455768d208 (patch) | |
tree | 38bc34377cb45defb8b4ec02cafe78751fd8fca8 /scripts/gdb/linux/modules.py | |
parent | 3114bc89c0217254d3df10a42eab6b6ca00f547c (diff) |
usb: host: xhci-hub: fix extra endianness conversion
Don't do extra cpu_to_le32 conversion for
put_unaligned_le32 because it is already implemented
in this function.
Fixes sparse error:
xhci-hub.c:1152:44: warning: incorrect type in argument 1 (different base types)
xhci-hub.c:1152:44: expected unsigned int [usertype] val
xhci-hub.c:1152:44: got restricted __le32 [usertype]
Fixes: 395f540 "xhci: support new USB 3.1 hub request to get extended port status"
Cc: Mathias Nyman <[email protected]>
Signed-off-by: Ruslan Bilovol <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions