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

Commit d366c37b authored by Naveen Kaje's avatar Naveen Kaje
Browse files

slim-ngd: change log level of slave_notify completion



Change the logging of slave_notify completion to debug to avoid
excessive logging.

Change-Id: Ie8e4ec1c7db786a20212f828d1432ea64e87ccd7
Signed-off-by: default avatarNaveen Kaje <nkaje@codeaurora.org>
parent 048c6ef4
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 */