Merge tag 'pwm/for-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[deliverable/linux.git] / crypto / algapi.c
index 71a8143e23b13390ec020ffb7f1168ae9ca285fc..83b04e0884b10cb108f869164c52458a5e833447 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);
        }
 
This page took 0.03221 seconds and 5 git commands to generate.