]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/crash.c
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux.git] / arch / x86 / kernel / crash.c
index 2bf70a2fed905975f943e5a89df2fafb3f0bc0c8..eb651fbde92ac137f42bc0d93c00a98b40827030 100644 (file)
@@ -225,8 +225,6 @@ static int elf_header_exclude_ranges(struct crash_mem *cmem)
        if (crashk_low_res.end) {
                ret = crash_exclude_mem_range(cmem, crashk_low_res.start,
                                                        crashk_low_res.end);
-               if (ret)
-                       return ret;
        }
 
        return ret;