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

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

Merge "firmware: qcom: Fix compile warnings"

parents 709e5a8d b0c248a0
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/debugfs.h>
#include <linux/errno.h>
@@ -877,7 +877,7 @@ static void tzdbg_register_qsee_log_buf(struct platform_device *pdev)

	if (desc.ret[0] != QSEOS_RESULT_SUCCESS) {
		pr_err(
		"%s: scm_call to register log buf failed, resp result =%d\n",
		"%s: scm_call to register log buf failed, resp result =%lld\n",
		__func__, desc.ret[0]);
		goto err;
	}