All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpm: Fix a couple minor issues in cpm_common.c.
@ 2007-10-12 20:19 Scott Wood
  2007-10-13 13:55 ` Vitaly Bordug
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Wood @ 2007-10-12 20:19 UTC (permalink / raw)
  To: linuxppc-dev

A debugging printk is removed, and a comment is fixed to match
the code.

Signed-off-by: Scott Wood <scottwood@freescale.com>
---
 arch/powerpc/sysdev/cpm_common.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/sysdev/cpm_common.c b/arch/powerpc/sysdev/cpm_common.c
index 66c8ad4..165981c 100644
--- a/arch/powerpc/sysdev/cpm_common.c
+++ b/arch/powerpc/sysdev/cpm_common.c
@@ -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,
@@ -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)
-- 
1.5.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cpm: Fix a couple minor issues in cpm_common.c.
  2007-10-12 20:19 [PATCH] cpm: Fix a couple minor issues in cpm_common.c Scott Wood
@ 2007-10-13 13:55 ` Vitaly Bordug
  0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Bordug @ 2007-10-13 13:55 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev

Hello Scott,

On Fri, 12 Oct 2007 15:19:11 -0500
Scott Wood wrote:

> A debugging printk is removed, and a comment is fixed to match
> the code.
> 
> Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: Vitaly Bordug <vbordug@kernel.crashing.com>


-- 
Sincerely, Vitaly

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-13 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-12 20:19 [PATCH] cpm: Fix a couple minor issues in cpm_common.c Scott Wood
2007-10-13 13:55 ` Vitaly Bordug

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.