ASoC: wm8731: Fix wrong value references for boolean kctl
[pandora-kernel.git] / crypto / algapi.c
index 71a8143..83b04e0 100644 (file)
@@ -473,6 +473,7 @@ void crypto_unregister_template(struct crypto_template *tmpl)
        list = &tmpl->instances;
        hlist_for_each_entry(inst, list, list) {
                int err = crypto_remove_alg(&inst->alg, &users);
+
                BUG_ON(err);
        }