linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2.6.26] 85xx: Fix some sparse warnings for 85xx MDS
@ 2008-05-02 18:03 Andy Fleming
  2008-05-12 15:47 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Fleming @ 2008-05-02 18:03 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev

Signed-off-by: Andy Fleming <afleming@freescale.com>
---
 arch/powerpc/platforms/85xx/mpc85xx_mds.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c
index 25f8bc7..12f68ab 100644
--- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c
+++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c
@@ -64,7 +64,7 @@
 static void __init mpc85xx_mds_setup_arch(void)
 {
 	struct device_node *np;
-	static u8 *bcsr_regs = NULL;
+	static u8 __iomem *bcsr_regs = NULL;
 
 	if (ppc_md.progress)
 		ppc_md.progress("mpc85xx_mds_setup_arch()", 0);
-- 
1.5.4.GIT

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

* Re: [PATCH v2.6.26] 85xx: Fix some sparse warnings for 85xx MDS
  2008-05-02 18:03 [PATCH v2.6.26] 85xx: Fix some sparse warnings for 85xx MDS Andy Fleming
@ 2008-05-12 15:47 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2008-05-12 15:47 UTC (permalink / raw)
  To: Andy Fleming; +Cc: linuxppc-dev


On May 2, 2008, at 1:03 PM, Andy Fleming wrote:

> Signed-off-by: Andy Fleming <afleming@freescale.com>
> ---
> arch/powerpc/platforms/85xx/mpc85xx_mds.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

applied.

- k

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

end of thread, other threads:[~2008-05-12 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 18:03 [PATCH v2.6.26] 85xx: Fix some sparse warnings for 85xx MDS Andy Fleming
2008-05-12 15:47 ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).