Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73571
b: refs/heads/master
c: 4c011b1
h: refs/heads/master
i:
  73569: 00d0364
  73567: 079f9ec
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed Nov 9, 2007
1 parent 5cc0f38 commit b2170ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 0197cd2e350a7151080e7335577e956f1f84a8cb
refs/heads/master: 4c011b1fb853776459c7d3d7de7b14fa41f28c46
4 changes: 1 addition & 3 deletions trunk/arch/powerpc/sysdev/cpm_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ int __init cpm_muram_init(void)
int i = 0;
int ret = 0;

printk("cpm_muram_init\n");

spin_lock_init(&cpm_muram_lock);
/* initialize the info header */
rh_init(&cpm_muram_info, 1,
Expand Down Expand Up @@ -193,7 +191,7 @@ void __iomem *cpm_muram_addr(unsigned long offset)
EXPORT_SYMBOL(cpm_muram_addr);

/**
* cpm_muram_phys - turn a muram virtual address into a DMA address
* cpm_muram_dma - turn a muram virtual address into a DMA address
* @offset: virtual address from cpm_muram_addr() to convert
*/
dma_addr_t cpm_muram_dma(void __iomem *addr)
Expand Down

0 comments on commit b2170ed

Please sign in to comment.