commit | bc752bde108400c80735ef72987acbca0eecefda | [log] [tgz] |
---|---|---|
author | Xenia Ragiadakou <burzalodowa@gmail.com> | Mon Sep 09 13:29:59 2013 +0300 |
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Wed Oct 16 12:24:39 2013 -0700 |
tree | bc612aaae2651e3b7ec177fafc3ad41f92ad4165 | |
parent | b54fc46dce0c45ce42a012f733ab2abf4b9be5fe [diff] |
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler This patch replaces 'xhci->cmd_ring->dequeue' with 'trb', the address of the command TRB, since it is available to reduce line length. 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>