commit | 9124b121e317f3ee3b442b0a3a508c9c13f602e2 | [log] [tgz] |
---|---|---|
author | Xenia Ragiadakou <burzalodowa@gmail.com> | Mon Sep 09 13:29:57 2013 +0300 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Wed Oct 16 12:24:36 2013 -0700 |
tree | b9820a0e62b49e8fd954e6696fa340f2c34a0e95 | |
parent | e7a79a1d6af31c050b4264099c4ab0cbee9122b8 [diff] |
xhci: add variable 'cmd_trb' in handle_cmd_completion() This patch adds a new variable 'cmd_trb' to hold the address of the command TRB, that is associated with the command completion event, and to replace repetitions of xhci->cmd_ring->dequeue into the code. Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com> Acked-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>