sunhme: Don't match PCI devices in SBUS probe.
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 Feb 2009 10:20:25 +0000 (02:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Feb 2009 10:20:25 +0000 (02:20 -0800)
commit0b492fce3d72d982a7981905f85484a1e1ba7fde
treedf2530cbcda3522278f78fe51440dd3a58bda07c
parentbeeebc92ee04bff6a722ebf85e23131faedd4479
sunhme: Don't match PCI devices in SBUS probe.

Unfortunately, the OF device tree nodes for SBUS and PCI
hme devices have the same device node name on some systems.

So if the name of the parent node isn't 'sbus', skip it.

Based upon an excellent report and detective work by
Meelis Roos and Eric Brower.

Signed-off-by: David S. Miller <davem@davemloft.net>
Tested-by: Meelis Roos <mroos@linux.ee>
drivers/net/sunhme.c