Kaynağa Gözat

USB: uhci: rm repeatedly evaluation for urbp->qh

Signed-off-by: Bob Liu <yjfpb04@gmail.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Bob Liu 16 yıl önce
ebeveyn
işleme
c0ad7291aa
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      drivers/usb/host/uhci-q.c

+ 0 - 1
drivers/usb/host/uhci-q.c

@@ -1422,7 +1422,6 @@ static int uhci_urb_enqueue(struct usb_hcd *hcd,
 		goto err_submit_failed;
 
 	/* Add this URB to the QH */
-	urbp->qh = qh;
 	list_add_tail(&urbp->node, &qh->queue);
 
 	/* If the new URB is the first and only one on this QH then either