Re: [PATCH 25/37] xhci: Introduce helper to turn one TRB into a no-op

2017-01-20 Thread Felipe Balbi
Mathias Nyman writes: > Useful for turning both transfer and command trbs > into no-ops > > Signed-off-by: Mathias Nyman isn't this just [1] [1] https://marc.info/?i=20161229110109.26372-24-felipe.ba...@linux.intel.com --

Re: [PATCH 25/37] xhci: Introduce helper to turn one TRB into a no-op

2017-01-20 Thread Sergei Shtylyov
On 01/20/2017 05:47 PM, Mathias Nyman wrote: Useful for turning both transfer and command trbs into no-ops Signed-off-by: Mathias Nyman --- drivers/usb/host/xhci-ring.c | 32 1 file changed, 20 insertions(+), 12 deletions(-)

[PATCH 25/37] xhci: Introduce helper to turn one TRB into a no-op

2017-01-20 Thread Mathias Nyman
Useful for turning both transfer and command trbs into no-ops Signed-off-by: Mathias Nyman --- drivers/usb/host/xhci-ring.c | 32 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/drivers/usb/host/xhci-ring.c