diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ramtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ramtest.c b/src/lib/ramtest.c index 9adcafdd30..461a028b11 100644 --- a/src/lib/ramtest.c +++ b/src/lib/ramtest.c @@ -102,7 +102,7 @@ static int ram_bitset_nodie(unsigned long start) failed = (value2 != value); failures |= failed; - if (failed && !verbose) { + if (failed && !verbose) { printk(BIOS_ERR, "0x%08lx wr: 0x%08lx rd: 0x%08lx FAIL\n", start + addr, value, value2); } |