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

Commit e9286739 authored by Arun KS's avatar Arun KS Committed by manohar
Browse files

sound: usb: Fix wrong uaudio_dbg() formatting



This patch fixes the wrong format specifier.Adds '%u' to correct it.

Change-Id: I85c1bbb3c18fd6793a6d6340aed6f991a422ace1
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent fad7e0d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1231,7 +1231,7 @@ static void uaudio_qmi_bye_cb(struct qmi_handle *handle, unsigned int node)
	}

	if (svc->client_connected && svc->client_sq.sq_node == node) {
		uaudio_dbg("node:\n", node);
		uaudio_dbg("node: %u\n", node);
		queue_work(svc->uaudio_wq, &svc->qmi_disconnect_work);
		svc->client_sq.sq_node = 0;
		svc->client_sq.sq_port = 0;