usb: dwc3: ep0: be careful with endianness on SetSEL command
authorFelipe Balbi <balbi@ti.com>
Thu, 31 May 2012 08:00:28 +0000 (11:00 +0300)
committerFelipe Balbi <balbi@ti.com>
Sun, 3 Jun 2012 20:08:27 +0000 (23:08 +0300)
commitc8cf7af452ad2eb49cad13450090cdc432b5a06d
tree06bab6d4ce24549fe5373c7f1aba2ca42548960e
parentef21ede65ee3e0dfd8f2cb37de8892816e2f1257
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 <balbi@ti.com>
drivers/usb/dwc3/ep0.c