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:
parent
adb5908dc8
commit
7a4454f9ce
|
@ -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;
|
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,
|
reg,
|
||||||
xgifb_info->video_size, ChannelNum);
|
xgifb_info->video_size, ChannelNum);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue