Re: [PATCH] fix the problem where pcix node is probed again as pci node.
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2010-03-30 22:29:00
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2010-03-30 22:29:00
On Tue, 2010-03-30 at 15:02 -0700, Feng Kan wrote:
Ok thanks. This short string match may be useful in some cases, but I agree it plays havoc with the current code.
Yeah well, it's not actually -that- useful and is definitely broken :-) If you want multiples matches, then it's the compatible property itself that should contain multiple entries since it's a list. The string match should be exact. Cheers, Ben.