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 коммит произвёл Kalle Valo
Родитель 58d92abc74
Коммит 2588f554f0
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

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