Merge branch 'devlink-prepare-mlxsw-and-netdevsim-for-locked-reload'
[linux-2.6-microblaze.git] / kernel / scftorture.c
index dcb0410..5d113aa 100644 (file)
@@ -267,9 +267,10 @@ static void scf_handler(void *scfc_in)
        }
        this_cpu_inc(scf_invoked_count);
        if (longwait <= 0) {
-               if (!(r & 0xffc0))
+               if (!(r & 0xffc0)) {
                        udelay(r & 0x3f);
-               goto out;
+                       goto out;
+               }
        }
        if (r & 0xfff)
                goto out;