[PATCH] PowerPC 44x: small warp-nand fix

Valentine Barshak vbarshak at ru.mvista.com
Thu Jun 5 23:36:38 EST 2008


The "ndfc-chip" device doesn't need any resources. All resources
are handled by the "ndfc-nand" device. Registering the same memory
resource twice causes "cat /proc/iomem" to go into an infinite loop
displaying NDFC memory addresses.

Signed-off-by: Valentine Barshak <vbarshak at ru.mvista.com>
---
 arch/powerpc/platforms/44x/warp-nand.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

--- linux-2.6.orig/arch/powerpc/platforms/44x/warp-nand.c	2008-04-25 22:04:50.000000000 +0400
+++ linux-2.6/arch/powerpc/platforms/44x/warp-nand.c	2008-06-05 17:24:06.000000000 +0400
@@ -86,8 +86,7 @@ static struct platform_nand_chip warp_na
 static struct platform_device warp_nand_device = {
 	.name = "ndfc-chip",
 	.id = 0,
-	.num_resources = 1,
-	.resource = &warp_ndfc,
+	.num_resources = 0,
 	.dev = {
 		.platform_data = &warp_nand_chip0,
 		.parent = &warp_ndfc_device.dev,



More information about the Linuxppc-dev mailing list