workqueue: deprecate flush[_delayed]_work_sync()
[deliverable/linux.git] / drivers / usb / atm / ueagle-atm.c
index d7e422dc0ef7d567ea391c13b901d0b222a8e2fc..9d1a044504e871263c1b3d067d2400f1165b0626 100644 (file)
@@ -2234,7 +2234,7 @@ static void uea_stop(struct uea_softc *sc)
        usb_free_urb(sc->urb_int);
 
        /* flush the work item, when no one can schedule it */
-       flush_work_sync(&sc->task);
+       flush_work(&sc->task);
 
        release_firmware(sc->dsp_firm);
        uea_leaves(INS_TO_USBDEV(sc));
This page took 0.043653 seconds and 5 git commands to generate.