|
@@ -2637,7 +2637,7 @@ static int __devinit happy_meal_sbus_probe_one(struct platform_device *op, int i
|
|
sbus_dp = op->dev.parent->of_node;
|
|
sbus_dp = op->dev.parent->of_node;
|
|
|
|
|
|
/* We can match PCI devices too, do not accept those here. */
|
|
/* We can match PCI devices too, do not accept those here. */
|
|
- if (strcmp(sbus_dp->name, "sbus"))
|
|
|
|
|
|
+ if (strcmp(sbus_dp->name, "sbus") && strcmp(sbus_dp->name, "sbi"))
|
|
return err;
|
|
return err;
|
|
|
|
|
|
if (is_qfe) {
|
|
if (is_qfe) {
|