X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=drivers%2Fbus%2Fhisi_lpc.c;h=19d7b6ff2f1793b23d1e80507d733b4de3f8d9b8;hb=705c0ee8d4a64b072e324f8daa8767e92560a892;hp=d5f85455fa6216fc2c7660e5f543f5aab71f50f5;hpb=4435b5774cdf9b3547934333e8facbb3fc1057be;p=tomoyo%2Ftomoyo-test1.git diff --git a/drivers/bus/hisi_lpc.c b/drivers/bus/hisi_lpc.c index d5f85455fa62..19d7b6ff2f17 100644 --- a/drivers/bus/hisi_lpc.c +++ b/drivers/bus/hisi_lpc.c @@ -522,10 +522,9 @@ static int hisi_lpc_acpi_probe(struct device *hostdev) if (!found) { dev_warn(hostdev, - "could not find cell for child device (%s)\n", + "could not find cell for child device (%s), discarding\n", hid); - ret = -ENODEV; - goto fail; + continue; } pdev = platform_device_alloc(cell->name, PLATFORM_DEVID_AUTO);