Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / md / dm-stripe.c
index f8b37d4c05d8c301658a42c116110d1b63fc9323..a672a1502c1414e8cdc3e003ed0a1f74692e3e12 100644 (file)
@@ -451,10 +451,8 @@ int __init dm_stripe_init(void)
        int r;
 
        r = dm_register_target(&stripe_target);
-       if (r < 0) {
+       if (r < 0)
                DMWARN("target registration failed");
-               return r;
-       }
 
        return r;
 }
This page took 0.028775 seconds and 5 git commands to generate.