Thread (17 messages) 17 messages, 8 authors, 2006-04-12

Re: [PATCH 1/2] Base pSeries PCIe support

From: Christoph Hellwig <hch@lst.de>
Date: 2006-04-12 04:06:42

On Fri, Mar 31, 2006 at 04:05:45PM -0600, Jake Moilanen wrote:
+source "drivers/pci/pcie/Kconfig"
does it actually work on ppc64?  last time I checked that code was
utterly x86-centric.
-		if (node->type == NULL || strcmp(node->type, "pci") != 0)
+
+		if (node->type == NULL || ((strcmp(node->type, "pci") != 0) && (strcmp(node->type, "pciex") != 0)))
 			continue;
please don't add superflous braces
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help