commit | d5dbd3f7d82223b59dc2200c0e9f4f95665a21a4 | [log] [tgz] |
---|---|---|
author | Paul Zimmerman <Paul.Zimmerman@synopsys.com> | Fri Apr 25 14:18:13 2014 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 25 14:56:16 2014 -0700 |
tree | fe6d0973a037164794a0bee13e873c8766381dd8 | |
parent | 8355d39cc2128c80fd58309fdca825b1444bf067 [diff] |
usb: dwc2: fix sparse warning Sparse warns about the __le16 wValue from the USB SetAddress command being used without converting it to CPU endianness. Fix that, and also add a bit of defensive masking of the received wValue before using it. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>