On Wed, Jan 05, 2011 at 03:29:04PM +0300, Sergei Shtylyov wrote: > Hello. > > On 05-01-2011 10:38, Sarah Sharp wrote: > > >From: Andiry Xu <andiry.xu@xxxxxxx> > > >Parameter *td is not used in giveback_first_trb(). Remove it. > > >Signed-off-by: Andiry Xu <andiry.xu@xxxxxxx> > >Signed-off-by: Sarah Sharp <sarah.a.sharp@xxxxxxxxxxxxxxx> > >--- > > drivers/usb/host/xhci-ring.c | 14 ++++++-------- > > 1 files changed, 6 insertions(+), 8 deletions(-) > > >diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c > >index 55dc156..59f81b5 100644 > >--- a/drivers/usb/host/xhci-ring.c > >+++ b/drivers/usb/host/xhci-ring.c > [...] > >@@ -3006,10 +3006,8 @@ static int xhci_queue_isoc_tx(struct xhci_hcd *xhci, gfp_t mem_flags, > > } > > } > > > >- wmb(); > >- start_trb->field[3] |= start_cycle; > >- > >- xhci_ring_ep_doorbell(xhci, slot_id, ep_index, urb->stream_id); > >+ giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id, > >+ start_cycle, start_trb); > > Hm, this change is not descripbed... It's just replacing an instance where the code inside giveback_first_trb() was used instead of calling the actual function, for whatever reason. It's not changing behavior. Yes, it probably should have been a separate patch, but why didn't you object when these patches were sent by Andiry on December 20? Sarah Sharp -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html