commit | 7e76ad431545d013911ddc744843118b43d01e89 | [log] [tgz] |
---|---|---|
author | Xenia Ragiadakou <burzalodowa@gmail.com> | Mon Sep 09 21:03:10 2013 +0300 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Mon Dec 02 12:59:44 2013 -0800 |
tree | 86024caea4c61eff647abda2ab7c9ea173c03fcf | |
parent | 587194873820a4a1b2eda260ac851394095afd77 [diff] |
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>