From: Felipe Balbi Date: Thu, 31 May 2012 08:00:28 +0000 (+0300) Subject: usb: dwc3: ep0: be careful with endianness on SetSEL command X-Git-Tag: v3.6-rc1~101^2~53^2~27^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8cf7af452ad2eb49cad13450090cdc432b5a06d;p=pandora-kernel.git usb: dwc3: ep0: be careful with endianness on SetSEL command USB is always little endian, but this driver could run on non little endian cpus. Let's be carefull with that. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed