Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e970104f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "slim-ngd: change log level of slave_notify completion"

parents 1aaafc9b d366c37b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */