diff options
Diffstat (limited to 'src/lib/ramtest.c')
-rw-r--r-- | src/lib/ramtest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ramtest.c b/src/lib/ramtest.c index 806e7d75a5..419d0eb75f 100644 --- a/src/lib/ramtest.c +++ b/src/lib/ramtest.c @@ -120,9 +120,8 @@ static int ram_bitset_nodie(unsigned long start) post_code(0xea); printk(BIOS_DEBUG, "\nDRAM did _NOT_ verify!\n"); return 1; - } else { - printk(BIOS_DEBUG, "\nDRAM range verified.\n"); } + printk(BIOS_DEBUG, "\nDRAM range verified.\n"); return 0; } |