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

Signed-off-by: Raja Mani <rmani@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
Raja Mani
2011-07-19 19:27:30 +05:30
committed by Kalle Valo
parent 58d92abc74
commit 2588f554f0

View File

@@ -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;
}