[PATCH 1/2] smd: add debug message for hal start command

Eugene Krasnikov k.eugene.e at gmail.com
Wed May 22 04:58:52 EDT 2013


Please send pull request for this particular patch on top of current main.

2013/5/21 Kalle Valo <kvalo at qca.qualcomm.com>:
> Signed-off-by: Kalle Valo <kvalo at qca.qualcomm.com>
> ---
>  smd.c |    3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/smd.c b/smd.c
> index ce755da..e596646 100644
> --- a/smd.c
> +++ b/smd.c
> @@ -133,6 +133,9 @@ int wcn36xx_smd_start(struct wcn36xx *wcn)
>
>         PREPARE_HAL_BUF(wcn->smd_buf, msg_body);
>
> +       wcn36xx_dbg(WCN36XX_DBG_HAL, "hal start type %d",
> +                   msg_body.params.type);
> +
>         return wcn36xx_smd_send_and_wait(wcn, msg_body.header.len);
>  }
>  static int wcn36xx_smd_start_rsp(struct wcn36xx *wcn, void *buf, size_t len)
>
>
> _______________________________________________
> 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