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

Commit 08762322 authored by Pontus Fuchs's avatar Pontus Fuchs Committed by John W. Linville
Browse files

wcn36xx: Fix copy paste error hal_exit_bmps -> hal_keep_alive

parent 6b27fe51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1637,12 +1637,12 @@ int wcn36xx_smd_keep_alive_req(struct wcn36xx *wcn,

	ret = wcn36xx_smd_send_and_wait(wcn, msg_body.header.len);
	if (ret) {
		wcn36xx_err("Sending hal_exit_bmps failed\n");
		wcn36xx_err("Sending hal_keep_alive failed\n");
		goto out;
	}
	ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len);
	if (ret) {
		wcn36xx_err("hal_exit_bmps response failed err=%d\n", ret);
		wcn36xx_err("hal_keep_alive response failed err=%d\n", ret);
		goto out;
	}
out: