]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/usb/host/xhci-ring.c
xhci: fix incorrect type in assignment in handle_device_notification()
authorXenia Ragiadakou <burzalodowa@gmail.com>
Mon, 9 Sep 2013 18:03:10 +0000 (21:03 +0300)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 2 Dec 2013 20:59:44 +0000 (12:59 -0800)
commit7e76ad431545d013911ddc744843118b43d01e89
tree86024caea4c61eff647abda2ab7c9ea173c03fcf
parent587194873820a4a1b2eda260ac851394095afd77
xhci: fix incorrect type in assignment in handle_device_notification()

This patch converts Event TRB's 3rd field, which has type le32, to CPU
byteorder before using it to retrieve the Slot ID with TRB_TO_SLOT_ID macro.
This bug was found using sparse.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ring.c