From 7f7454ec296b3403b4accec55349a8f0232d3576 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 13 Apr 2011 07:41:19 -0500 Subject: lm32: fix build breakage due to uninitialized variable 'r' gcc 4.5.2 correctly complains that r is potentially uninitialized in this function. Signed-off-by: Anthony Liguori --- roms/seabios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roms/seabios') diff --git a/roms/seabios b/roms/seabios index cc975646af..06d0bdd9e2 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit cc975646af69f279396d4d5e1379ac6af80ee637 +Subproject commit 06d0bdd9e2e20377b3180e4986b14c8549b393e4 -- cgit v1.2.1