From: Lan Tianyu Date: Mon, 15 Oct 2012 07:38:35 +0000 (+0800) Subject: usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assign directly. X-Git-Tag: v3.7-rc3~11^2~37^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27c411c95a8e9ed92be658abf1d63e22873a3a66;p=pandora-kernel.git 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 Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed