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

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

Merge "msm: synx: Fix accessing uninitialized variable"

parents 581bc369 1e954f34
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
 */
#define pr_fmt(fmt) "synx: " fmt

@@ -158,8 +158,8 @@ void synx_util_object_destroy(struct synx_coredata *synx_obj)
		data = bind_desc->external_data;
		bind_ops = synx_util_get_bind_ops(type);
		if (!bind_ops) {
			pr_err("bind ops fail id: %d, type: %u, err: %d\n",
				sync_id, type, rc);
			pr_err("bind ops fail id: %d, type: %u\n",
				sync_id, type);
			continue;
		}