]> 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)
commit6b0b5f4d7f7d65f438a63cc8225b682589388589
tree531e8805d68c07acf952e70ee396e7cc7aa8d4b3
parent490cd8fb72aaae56c4be452da9cf96eb456eb918
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