@@ -1921,7 +1921,7 @@ static int xhci_td_cleanup(struct xhci_hcd *xhci, struct xhci_td *td,
1921
1921
}
1922
1922
1923
1923
static int finish_td (struct xhci_hcd * xhci , struct xhci_td * td ,
1924
- union xhci_trb * ep_trb , struct xhci_transfer_event * event ,
1924
+ struct xhci_transfer_event * event ,
1925
1925
struct xhci_virt_ep * ep , int * status )
1926
1926
{
1927
1927
struct xhci_virt_device * xdev ;
@@ -2081,7 +2081,7 @@ static int process_ctrl_td(struct xhci_hcd *xhci, struct xhci_td *td,
2081
2081
td -> urb -> actual_length = requested ;
2082
2082
2083
2083
finish_td :
2084
- return finish_td (xhci , td , ep_trb , event , ep , status );
2084
+ return finish_td (xhci , td , event , ep , status );
2085
2085
}
2086
2086
2087
2087
/*
@@ -2168,7 +2168,7 @@ static int process_isoc_td(struct xhci_hcd *xhci, struct xhci_td *td,
2168
2168
2169
2169
td -> urb -> actual_length += frame -> actual_length ;
2170
2170
2171
- return finish_td (xhci , td , ep_trb , event , ep , status );
2171
+ return finish_td (xhci , td , event , ep , status );
2172
2172
}
2173
2173
2174
2174
static int skip_isoc_td (struct xhci_hcd * xhci , struct xhci_td * td ,
@@ -2258,7 +2258,7 @@ static int process_bulk_intr_td(struct xhci_hcd *xhci, struct xhci_td *td,
2258
2258
remaining );
2259
2259
td -> urb -> actual_length = 0 ;
2260
2260
}
2261
- return finish_td (xhci , td , ep_trb , event , ep , status );
2261
+ return finish_td (xhci , td , event , ep , status );
2262
2262
}
2263
2263
2264
2264
/*
0 commit comments