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

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

Merge "ASoC: wcd: Add check to stop invalid memory access"

parents 1da5c56c 5c2764c6
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2011-2020, The Linux Foundation. All rights reserved.
/* Copyright (c) 2011-2021, The Linux Foundation. All rights reserved.
 */

#include <linux/kernel.h>
@@ -1200,9 +1200,12 @@ static int wcd9xxx_i2c_probe(struct i2c_client *client,
		wcd9xxx_set_intf_type(WCD9XXX_INTERFACE_TYPE_I2C);

		return ret;
	} else {
		ret = -EINVAL;
		pr_err("%s: I2C probe in wrong state, ret %d\n", __func__, ret);
		goto fail;
	}

	pr_err("%s: I2C probe in wrong state\n", __func__);


err_device_init: