Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310925
b: refs/heads/master
c: a32c88b
h: refs/heads/master
i:
  310923: 2a0fee4
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed May 24, 2012
1 parent 875ad53 commit c4204fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e5ad6b9c45d43cc4e7b8ac5ded1c55a7c4a3893
refs/heads/master: a32c88b9386ce3df87f28dd46bdc3776cd6edf75
3 changes: 2 additions & 1 deletion trunk/drivers/tty/hvc/hvc_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ static int xen_hvm_console_init(void)
if (r < 0)
goto err;
info->evtchn = v;
hvm_get_parameter(HVM_PARAM_CONSOLE_PFN, &v);
v = 0;
r = hvm_get_parameter(HVM_PARAM_CONSOLE_PFN, &v);
if (r < 0)
goto err;
mfn = v;
Expand Down

0 comments on commit c4204fa

Please sign in to comment.