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

Commit 2bd3e42d authored by Sameer Thalappil's avatar Sameer Thalappil
Browse files

icnss: Fix copy paste error in refactored code



Fix a copy paste error that got introduced in commit
18766d8d78ef (icnss: Refactor QMI interface).

Change-Id: Idf4e01f8e7859eaff2f0d16ad5ed712202c75ab1
Signed-off-by: default avatarSameer Thalappil <sameert@codeaurora.org>
parent 31373112
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -2963,17 +2963,12 @@ static int icnss_probe(struct platform_device *pdev)
	INIT_WORK(&priv->event_work, icnss_driver_event_work);
	INIT_LIST_HEAD(&priv->event_list);

	ret = icnss_register_fw_service(penv);
	ret = icnss_register_fw_service(priv);
	if (ret < 0) {
		icnss_pr_err("fw service registration failed: %d\n", ret);
		goto out_destroy_wq;
	}

	if (ret < 0) {
		icnss_pr_err("Notifier register failed: %d\n", ret);
		goto out_destroy_wq;
	}

	icnss_enable_recovery(priv);

	icnss_debugfs_create(priv);