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

Commit 843ba9a3 authored by Sandeep Singh's avatar Sandeep Singh
Browse files

icnss: Avoid setting of ICNSS_WLFW_EXISTS bit twice



Change to avoid setting of ICNSS_WLFW_EXISTS bit
twice.

Change-Id: Ibc518739e0a7b4a207941e8ca4a483d20cd86510
Signed-off-by: default avatarSandeep Singh <sandsing@codeaurora.org>
parent da745828
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1174,7 +1174,6 @@ int icnss_connect_to_fw_server(struct icnss_priv *priv, void *data)
		ret = -ENODEV;
		goto out;
	}
	set_bit(ICNSS_WLFW_EXISTS, &priv->state);

	sq.sq_family = AF_QIPCRTR;
	sq.sq_node = event_data->node;