Re: [PATCH 1/2] Base pSeries PCIe support
From: Christoph Hellwig <hch@lst.de>
Date: 2006-04-12 04:06:42
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