Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101822
b: refs/heads/master
c: 08b6c06
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely committed Jul 12, 2008
1 parent 3b871f5 commit 30c8bb3
Show file tree
Hide file tree
Showing 3 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: 7ba6d6dc8d58c49cff0533819195b44fb35d6ece
refs/heads/master: 08b6c06de5d3f37295f6dbf7010fb45ae5ee14a7
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/bestcomm/bestcomm.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ mpc52xx_bcom_probe(struct of_device *op, const struct of_device_id *match)

/* Done ! */
printk(KERN_INFO "DMA: MPC52xx BestComm engine @%08lx ok !\n",
bcom_eng->regs_base);
(long)bcom_eng->regs_base);

return 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/bestcomm/sram.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int bcom_sram_init(struct device_node *sram_node, char *owner)
if (!bcom_sram->base_virt) {
printk(KERN_ERR "%s: bcom_sram_init: "
"Map error SRAM zone 0x%08lx (0x%0x)!\n",
owner, bcom_sram->base_phys, bcom_sram->size );
owner, (long)bcom_sram->base_phys, bcom_sram->size );
rv = -ENOMEM;
goto error_release;
}
Expand Down

0 comments on commit 30c8bb3

Please sign in to comment.