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