diff --git a/drivers/usb/dwc2/hcd.c b/drivers/usb/dwc2/hcd.c index 9279d3d3698c2c7a3320008a4de137aca2cb2994..14925fedb01aa26b74c34b675b39042c8367da49 100644 --- a/drivers/usb/dwc2/hcd.c +++ b/drivers/usb/dwc2/hcd.c @@ -4684,8 +4684,8 @@ static int _dwc2_hcd_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, if (qh_allocated && qh->channel && qh->channel->qh == qh) qh->channel->qh = NULL; fail2: - spin_unlock_irqrestore(&hsotg->lock, flags); urb->hcpriv = NULL; + spin_unlock_irqrestore(&hsotg->lock, flags); kfree(qtd); fail1: if (qh_allocated) { diff --git a/scripts/conmakehash b/scripts/conmakehash new file mode 100755 index 0000000000000000000000000000000000000000..3fa4054a8338139b93105c7aad4518eded5c9014 Binary files /dev/null and b/scripts/conmakehash differ diff --git a/scripts/pnmtologo b/scripts/pnmtologo new file mode 100755 index 0000000000000000000000000000000000000000..8a79e3af4b423f75bb090f5e4d5b4dd86341e672 Binary files /dev/null and b/scripts/pnmtologo differ