Merge branch 'for-next' into for-linus
[linux-2.6-microblaze.git] / sound / usb / endpoint.c
index 8876026..3a2b2a3 100644 (file)
@@ -615,9 +615,8 @@ static void release_urbs(struct snd_usb_endpoint *ep, int force)
        for (i = 0; i < ep->nurbs; i++)
                release_urb_ctx(&ep->urb[i]);
 
-       if (ep->syncbuf)
-               usb_free_coherent(ep->chip->dev, SYNC_URBS * 4,
-                                 ep->syncbuf, ep->sync_dma);
+       usb_free_coherent(ep->chip->dev, SYNC_URBS * 4,
+                         ep->syncbuf, ep->sync_dma);
 
        ep->syncbuf = NULL;
        ep->nurbs = 0;