Re: [RFC v3 12/18] xhci: add variable 'cmd_trb' in handle_cmd_completion()

2013-08-30 Thread Sarah Sharp
On Fri, Aug 23, 2013 at 11:15:12AM +0300, Xenia Ragiadakou wrote: > 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: Xen

[RFC v3 12/18] xhci: add variable 'cmd_trb' in handle_cmd_completion()

2013-08-23 Thread Xenia Ragiadakou
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 --- drivers/usb/host/xhci-ring.c | 15 --- 1 fil