From: Thomas Pugliese Date: Mon, 7 Oct 2013 15:07:51 +0000 (-0500) Subject: usb: wusbcore: preserve endianness of cached descriptors X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1653d2f88f43f6780eace1faeeb7b7adde8c10fb;p=pandora-kernel.git usb: wusbcore: preserve endianness of cached descriptors Do not overwrite the multi-byte fields of usb_wa_descriptor with their cpu format values after reading the descriptor. Leave the values as __le16 and swap on use. This is more consistent with other uses of USB descriptors. Signed-off-by: Thomas Pugliese Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed