git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b54fc46
)
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler
author
Xenia Ragiadakou
<burzalodowa@gmail.com>
Mon, 9 Sep 2013 10:29:59 +0000
(13:29 +0300)
committer
Sarah Sharp
<sarah.a.sharp@linux.intel.com>
Wed, 16 Oct 2013 19:24:39 +0000
(12:24 -0700)
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>
No differences found