commit | 23c058201fe36adf1a225281739b3ec31ec4e858 | [log] [tgz] |
---|---|---|
author | Bjørn Mork <bjorn@mork.no> | Thu Feb 27 14:23:55 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 28 16:20:17 2014 -0800 |
tree | d9cc53994fa9688c4501926afbc653942ebb8d9a | |
parent | 938569eb75b329fee9f2634900ad7e12caf13fd2 [diff] |
usb: hub: usb_ext_cap_descriptor.bmAttributes is le32 Better check the correct bit on big endian systems too. Shuts up the following sparse __CHECK_ENDIAN__ warning: .../hub.c:3965:32: warning: restricted __le32 degrades to integer Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>