From: Xenia Ragiadakou Date: Mon, 9 Sep 2013 10:29:59 +0000 (+0300) Subject: xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~32^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc752bde108400c80735ef72987acbca0eecefda;p=pandora-kernel.git 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 Acked-by: Sarah Sharp Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed