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

Commit 19cff0d5 authored by Hardik Kantilal Patel's avatar Hardik Kantilal Patel
Browse files

icnss: Fix compilation issues introduced while resolving merge conflicts



Fix compilation issues introduced while resolving merge
conflicts.

CRs-Fixed: 993264
Change-Id: I3eda15d05681581a991d0a548cc36ca60006a38e
Signed-off-by: default avatarHardik Kantilal Patel <hkpatel@codeaurora.org>
parent 17d7bd58
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -759,6 +759,7 @@ static int icnss_qmi_event_server_arrive(void *data)
			pr_err("%s: Failed to send MSA ready : %d\n",
			       __func__, ret);
			goto err_power_on;
		}
	} else {
		pr_err("%s: Invalid MSA address\n", __func__);
		ret = -EINVAL;
@@ -1291,7 +1292,7 @@ static int icnss_dt_parse_vreg_info(struct device *dev,
				const char *vreg_name)
{
	int ret = 0;
	u32 voltage_levels[MAX_VOLTAGE_LEVEL]
	u32 voltage_levels[MAX_VOLTAGE_LEVEL];
	char prop_name[MAX_PROP_SIZE];
	struct device_node *np = dev->of_node;