aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/bus/hisi_lpc.c5
1 files changed, 2 insertions, 3 deletions
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)
522 522
523 if (!found) { 523 if (!found) {
524 dev_warn(hostdev, 524 dev_warn(hostdev,
525 "could not find cell for child device (%s)\n", 525 "could not find cell for child device (%s), discarding\n",
526 hid); 526 hid);
527 ret = -ENODEV; 527 continue;
528 goto fail;
529 } 528 }
530 529
531 pdev = platform_device_alloc(cell->name, PLATFORM_DEVID_AUTO); 530 pdev = platform_device_alloc(cell->name, PLATFORM_DEVID_AUTO);