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>
This commit is contained in:
Timothy Pearson 2015-02-05 01:02:09 -06:00 committed by Alexandru Gagniuc
parent adb5908dc8
commit 7a4454f9ce
1 changed files with 1 additions and 1 deletions

View File

@ -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;