commit | 7de7c7d2cb49900e0b967be871bf695c7d6135c9 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Fri Jul 29 11:05:45 2011 +0200 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Mon Aug 01 09:45:29 2011 -0700 |
tree | 1f3cda80b3ac70e450fe7a25ec3713d755b71b98 | |
parent | 6768458b17f9bf48a4c3a34e49b20344091b5f7e [diff] |
usb/config: use proper endian access for wMaxPacketSize wMaxPacketSize is __le16 and should be accessed as such. Also fix the wBytesPerInterval assignment while here. v2: also fix the wBytesPerInterval assigment, noticed by Matt Evans This patch should be backported to the 3.0 kernel. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Acked-by: Matt Evans <matt@ozlabs.org> Cc: stable@kernel.org