Re: [RFC v2] xhci: fix incorrect type in assignment in xhci_address_device()

2013-11-18 Thread Sarah Sharp
Applied to for-usb-linus to be queued for 3.13. (I changed my mind about some of the big endian sparse fixes, and marked them to be queued for the stable tree, so some of your patches have migrated from for-usb-next-queue to for-usb-linus-queue.) Sarah Sharp On Fri, Nov 15, 2013 at 03:18:07AM

[RFC v2] xhci: fix incorrect type in assignment in xhci_address_device()

2013-11-14 Thread Xenia Ragiadakou
The field 'dev_info' in struct xhci_slot_ctx has type __le32 and it needs to be converted to CPU byteorder for the correct retrieval of its subfield 'Context Entries'. This field is used by the trace event 'xhci_address_ctx' to trace only the contexts of valid endpoints. This bug was found using