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

Commit 38df4139 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Fix IPAWANERR params order in ipa3_check_qmi_response"

parents 96b86720 76e012ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
 */

#include <linux/module.h>
@@ -346,7 +346,7 @@ static int ipa3_check_qmi_response(int rc,
	    ipa3_rmnet_ctx.ipa_rmnet_ssr) {
		IPAWANERR(
		"Got bad response %d from request id %d (error %d)\n",
		req_id, result, error);
		result, req_id, error);
		return result;
	}
	IPAWANDBG_LOW("Received %s successfully\n", resp_type);