Commit 2588f554 authored by Raja Mani's avatar Raja Mani Committed by Kalle Valo

ath6kl: Print bad trailer data only when htc fails to parse trailer info

Signed-off-by: default avatarRaja Mani <rmani@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 58d92abc
......@@ -1400,8 +1400,9 @@ static int htc_proc_trailer(struct htc_target *target,
len -= record->len;
}
ath6kl_dbg_dump(ATH6KL_DBG_RAW_BYTES, "BAD Recv Trailer",
orig_buf, orig_len);
if (status)
ath6kl_dbg_dump(ATH6KL_DBG_RAW_BYTES, "BAD Recv Trailer",
orig_buf, orig_len);
return status;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment