drm/amd/powerplay: fix bug that get wrong polaris evv voltage.
[linux-2.6-block.git] / fs / binfmt_aout.c
index 64b331ae34283c310edf987cb543f80618b697ad..ae1b5404fced41881247e59073cb6fb6c31222a1 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;
 }