Comments
Patch
From 36e59905aea9bc7ed4ee450adc1a9eda75b915a5 Mon Sep 17 00:00:00 2001
From: Cristi M <cristi@corebooter.utcluj.ro>
Date: Fri, 9 Jul 2010 20:51:08 +0300
Subject: [PATCH] trivial -Werror compilation fix for Asus M2V-MX-SE
Signed-off-by: Cristi M <cristi@corebooter.utcluj.ro>
---
src/northbridge/amd/amdk8/raminit_f.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
@@ -2410,7 +2410,7 @@ static void set_TT(const struct mem_controller *ctrl,
uint32_t reg;
if ((val < TT_MIN) || (val > TT_MAX)) {
- printk(BIOS_ERR, str);
+ printk(BIOS_ERR, "%s\n", str);
die(" Unknown\n");
}
--
1.6.0.4
See attached patch: Signed-off-by: Cristi M <cristi.magherusan@gmail.com>