These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / usb / host / ohci-q.c
index fe1d5fc..d029bbe 100644 (file)
@@ -407,7 +407,8 @@ static struct ed *ed_get (
 
        spin_lock_irqsave (&ohci->lock, flags);
 
-       if (!(ed = ep->hcpriv)) {
+       ed = ep->hcpriv;
+       if (!ed) {
                struct td       *td;
                int             is_out;
                u32             info;