]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit27c411c95a8e9ed92be658abf1d63e22873a3a66
tree531e8805d68c07acf952e70ee396e7cc7aa8d4b3
parent170ed807340b4db0a5e010c2e4da43cf5a2c9a29
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