Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8361
-gerrit
commit f2326a1cbc9b6d64cfaabb78ce0d0ef2ea9bd9e9 Author: Timothy Pearson tpearson@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@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;