Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274210
b: refs/heads/master
c: c72fa7d
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Kumar Gala committed Oct 7, 2011
1 parent 3a385cf commit abd6c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7680057cc4c7d9caada12767831bfd9738dd7b43
refs/heads/master: c72fa7df3758c047660e27c34dfd2f9a14181c53
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/85xx/sbc8560.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static int __init sbc8560_bdrstcr_init(void)

of_address_to_resource(np, 0, &res);

printk(KERN_INFO "sbc8560: Found BRSTCR at i/o 0x%x\n", res.start);
printk(KERN_INFO "sbc8560: Found BRSTCR at %pR\n", &res);

brstcr = ioremap(res.start, resource_size(&res));
if(!brstcr)
Expand Down

0 comments on commit abd6c2b

Please sign in to comment.