[PATCH 1/3] Fix copy paste error hal_exit_bmps -> hal_keep_alive

Pontus Fuchs pontus.fuchs at gmail.com
Fri Nov 29 09:41:09 EST 2013


Signed-off-by: Pontus Fuchs <pontus.fuchs at gmail.com>
---
 smd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smd.c b/smd.c
index 5eacbfa..a3c5d9e 100644
--- a/smd.c
+++ b/smd.c
@@ -1635,12 +1635,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:
-- 
1.8.3.2




More information about the wcn36xx mailing list