Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136827
b: refs/heads/master
c: 89e4b59
h: refs/heads/master
i:
  136825: 426b6d4
  136823: 0cc91c5
v: v3
  • Loading branch information
Jaswinder Singh Rajput authored and Ingo Molnar committed Feb 11, 2009
1 parent f4ea5d1 commit e3c50b3
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: 76a856397a5e08c43268b76afb1ef607f68e0fe2
refs/heads/master: 89e4b5930d8a59395219e7e3e4702e4653022b93
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/arlan-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,8 @@ static int __init arlan_probe_here(struct net_device *dev,
if (arlan_check_fingerprint(memaddr))
return -ENODEV;

printk(KERN_NOTICE "%s: Arlan found at %x, \n ", dev->name,
(int) virt_to_phys((void*)memaddr));
printk(KERN_NOTICE "%s: Arlan found at %llx, \n ", dev->name,
(u64) virt_to_phys((void*)memaddr));

ap->card = (void *) memaddr;
dev->mem_start = memaddr;
Expand Down

0 comments on commit e3c50b3

Please sign in to comment.