]> git.baikalelectronics.ru Git - kernel.git/commit
usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assign directly.
authorLan Tianyu <tianyu.lan@intel.com>
Mon, 15 Oct 2012 07:38:35 +0000 (15:38 +0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 22 Oct 2012 20:26:48 +0000 (13:26 -0700)
commite2cf26822d1aca6fe871b1ab092de18910f8643c
tree531e8805d68c07acf952e70ee396e7cc7aa8d4b3
parent01e891d223f93d1783ca0a2c572dd3a4c04c3363
usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assign directly.

Struct usb_hub_descriptor.ss.DeviceRemovable has been defined as __le16
and (__force__ __u16) doesn't need.

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-hub.c