Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...
[cascardo/linux.git] / fs / binfmt_aout.c
index 64b331a..ae1b540 100644 (file)
@@ -129,7 +129,6 @@ static int set_brk(unsigned long start, unsigned long end)
        end = PAGE_ALIGN(end);
        if (end > start)
                return vm_brk(start, end - start);
-       }
        return 0;
 }