From: Xenia Ragiadakou Date: Mon, 9 Sep 2013 10:30:01 +0000 (+0300) Subject: xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69a059783b241c42188d472e2e9460d3cd4a4cc;p=pandora-kernel.git xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers This patch replaces the 'event' argument of xhci_handle_cmd_set_deq() and xhci_handle_cmd_reset_ep(), which is used to retrieve the command completion status code, with the cmd_comp_code directly, since it is available. Signed-off-by: Xenia Ragiadakou Acked-by: Sarah Sharp Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed