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

Eugene Krasnikov k.eugene.e at gmail.com
Mon Dec 2 03:14:12 EST 2013


Thanx, looks good to me!

On Fri, Nov 29, 2013 at 2:41 PM, Pontus Fuchs <pontus.fuchs at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> wcn36xx mailing list
> wcn36xx at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/wcn36xx



-- 
Best regards,
Eugene



More information about the wcn36xx mailing list