]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/async_tx/async_tx.c
async_tx: remove depend_tx from async_tx_sync_epilog
[linux-2.6-omap-h63xx.git] / crypto / async_tx / async_tx.c
index 78a61e7f631ac1b3ef2df467c1df644f323e95da..35869a37a6f29a8cd2622de10ee388bd5d48d910 100644 (file)
@@ -609,7 +609,7 @@ async_trigger_callback(enum async_tx_flags flags,
                /* wait for any prerequisite operations */
                async_tx_quiesce(&depend_tx);
 
-               async_tx_sync_epilog(flags, depend_tx, cb_fn, cb_param);
+               async_tx_sync_epilog(cb_fn, cb_param);
        }
 
        return tx;