Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264463
b: refs/heads/master
c: 61ca798
h: refs/heads/master
i:
  264461: 848451c
  264459: 08abf3d
  264455: 940136d
  264447: fdfc63b
v: v3
  • Loading branch information
Randy Dunlap authored and Konrad Rzeszutek Wilk committed Aug 26, 2011
1 parent 508b12e commit c83c7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ab2a47bd242d6cdcf6b2b64797f271c6f0a6d338
refs/heads/master: 61ca79831ce52c23b3a130f3c2351751e00e0ac9
4 changes: 2 additions & 2 deletions trunk/drivers/xen/swiotlb-xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ void __init xen_swiotlb_init(int verbose)
(xen_io_tlb_nslabs << IO_TLB_SHIFT) >> 20);
goto retry;
}
xen_raw_printk("%s (rc:%d)", rc, m);
panic("%s (rc:%d)", rc, m);
xen_raw_printk("%s (rc:%d)", m, rc);
panic("%s (rc:%d)", m, rc);
}

void *
Expand Down

0 comments on commit c83c7ea

Please sign in to comment.