mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
board: qca: crashdump: update negative case print
Change-Id: Ic61c2ec7d0603795416d57f7fdca5b4069a01f7e Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
This commit is contained in:
parent
2bb41b0559
commit
6187ef3200
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ static int qca_wdt_extract_crashdump_data(
|
|||
scm_tlv_msg->cur_msg_buffer_pos += tlv_size;
|
||||
break;
|
||||
default:
|
||||
printf("%s: invalid dump type\n", __func__);
|
||||
printf("%s: No valid dump found\n", __func__);
|
||||
ret_val = -EINVAL;
|
||||
goto err;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue