Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208110
b: refs/heads/master
c: adb2363
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Wim Van Sebroeck committed Aug 8, 2010
1 parent b84c8cb commit 3d16d3a
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: 4a370278e1041d4c62719bcd773e9c620e775901
refs/heads/master: adb23631a739b6a02eadf0ee5ff021cadcddfc61
4 changes: 2 additions & 2 deletions trunk/drivers/watchdog/hpwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ static int __devinit cru_detect(unsigned long map_entry,
physical_bios_offset);
printk(KERN_DEBUG "hpwdt: CRU Length: 0x%lx\n",
cru_length);
printk(KERN_DEBUG "hpwdt: CRU Mapped Address: 0x%x\n",
(unsigned int)&cru_rom_addr);
printk(KERN_DEBUG "hpwdt: CRU Mapped Address: %p\n",
&cru_rom_addr);
}
iounmap(bios32_map);
return retval;
Expand Down

0 comments on commit 3d16d3a

Please sign in to comment.