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

Commit 015fc200 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

sound: usb: Fix compiler warning



Add a missed argument for a debug log in uaudio_qmi_bye_cb.

Fixes: f055b384 ("sound: usb: Add snapshot for usb audio qmi driver")
Change-Id: Ic0dedbad952ca1f1249f80539130b3a412e1d036
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent d592d3b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 */

#include <linux/module.h>
@@ -1229,7 +1229,7 @@ static void uaudio_qmi_bye_cb(struct qmi_handle *handle, unsigned int node)
{
	struct uaudio_qmi_svc *svc = uaudio_svc;

	uaudio_dbg("node:\n", node);
	uaudio_dbg("client node:%x\n", node);
	if (svc->uaudio_svc_hdl != handle) {
		uaudio_err("handle mismatch\n");
		return;