Loading drivers/slimbus/slim-msm-ngd.c +1 −1 Original line number Diff line number Diff line Loading @@ -1119,7 +1119,7 @@ static int ngd_notify_slaves(void *data) ret = wait_for_completion_timeout(&dev->qmi.slave_notify, HZ); if (!ret) { dev_err(dev->dev, "slave thread wait err:%d", ret); dev_dbg(dev->dev, "slave thread wait err:%d", ret); continue; } /* Probe devices for first notification */ Loading Loading
drivers/slimbus/slim-msm-ngd.c +1 −1 Original line number Diff line number Diff line Loading @@ -1119,7 +1119,7 @@ static int ngd_notify_slaves(void *data) ret = wait_for_completion_timeout(&dev->qmi.slave_notify, HZ); if (!ret) { dev_err(dev->dev, "slave thread wait err:%d", ret); dev_dbg(dev->dev, "slave thread wait err:%d", ret); continue; } /* Probe devices for first notification */ Loading