Re: [PATCH] xhci: remove unused parameter 'xhci' in function xhci_handshake().

2015-01-08 Thread Mathias Nyman
On 06.01.2015 12:08, Lin Wang wrote: > Parameter 'xhci' is no longer be used in function xhci_handshake(), > just remove it. > > Signed-off-by: Lin Wang > --- > drivers/usb/host/xhci-ring.c |2 +- > drivers/usb/host/xhci.c | 19 +-- > drivers/usb/host/xhci.h |

[PATCH] xhci: remove unused parameter 'xhci' in function xhci_handshake().

2015-01-05 Thread Lin Wang
Parameter 'xhci' is no longer be used in function xhci_handshake(), just remove it. Signed-off-by: Lin Wang --- drivers/usb/host/xhci-ring.c |2 +- drivers/usb/host/xhci.c | 19 +-- drivers/usb/host/xhci.h |3 +-- 3 files changed, 11 insertions(+), 13 deletion