[coreboot-gerrit] Patch set updated for coreboot: e865a96 drivers/xgi: Fix user-visible typo in printk

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Thu Feb 5 17:52:04 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8361

-gerrit

commit e865a96cf311ca3403b1d5ccf25fa6b66d5a44c5
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Thu Feb 5 01:02:09 2015 -0600

    drivers/xgi: Fix user-visible typo in printk
    
    Change-Id: I1e4c5c807d4a78844a40083178b6f96ffeb3659e
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/drivers/xgi/common/XGI_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drivers/xgi/common/XGI_main.c b/src/drivers/xgi/common/XGI_main.c
index c76ebf7..6c832aa 100644
--- a/src/drivers/xgi/common/XGI_main.c
+++ b/src/drivers/xgi/common/XGI_main.c
@@ -115,7 +115,7 @@ static int XGIfb_get_dram_size(struct xgifb_video_info *xgifb_info)
 
 	xgifb_info->video_size = xgifb_info->video_size * ChannelNum;
 
-	pr_info("SR14=%x DramSzie %x ChannelNum %x\n",
+	pr_info("SR14=%x DramSize %x ChannelNum %x\n",
 	       reg,
 	       xgifb_info->video_size, ChannelNum);
 	return 0;



More information about the coreboot-gerrit mailing list