Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136825
b: refs/heads/master
c: f537a53
h: refs/heads/master
i:
  136823: 0cc91c5
v: v3
  • Loading branch information
Jaswinder Singh Rajput authored and Ingo Molnar committed Feb 11, 2009
1 parent d42af6e commit 426b6d4
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: 9c8976a1a51ce4a3e458cdf1c10cf651e7e97113
refs/heads/master: f537a53da9389f56df277057684df23997410e9c
4 changes: 2 additions & 2 deletions trunk/drivers/firmware/iscsi_ibft.c
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,8 @@ static int __init ibft_init(void)
return -ENOMEM;

if (ibft_addr) {
printk(KERN_INFO "iBFT detected at 0x%lx.\n",
virt_to_phys((void *)ibft_addr));
printk(KERN_INFO "iBFT detected at 0x%llx.\n",
(u64)virt_to_phys((void *)ibft_addr));

rc = ibft_check_device();
if (rc)
Expand Down

0 comments on commit 426b6d4

Please sign in to comment.