diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-05 01:02:09 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-12 04:41:53 +0100 |
commit | 7a4454f9ce561a4c5306f9b6b1c84d753e9d3b2b (patch) | |
tree | cd79b56aa7b12021d1e75289e1c0e8543eda2edf /src | |
parent | adb5908dc85f694420c28a6a3e78541a7254376a (diff) |
drivers/xgi: Fix user-visible typo in printk
Change-Id: I1e4c5c807d4a78844a40083178b6f96ffeb3659e
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8361
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/xgi/common/XGI_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/xgi/common/XGI_main.c b/src/drivers/xgi/common/XGI_main.c index c76ebf76c1..6c832aa5f6 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; |