Thread (3 messages) flat view 3 messages, 3 authors, 2008-06-06
STALE6646d

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

From: Valentine Barshak <hidden>
Date: 2008-06-05 14:07:16

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 <redacted>
---
 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,
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help