mirror of https://gitee.com/openkylin/linux.git
habanalabs: rephrase error message
Rephrase F/W error message to make it more understandable to ordinary users. Signed-off-by: Omer Shpigelman <oshpigelman@habana.ai> Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
e8edded693
commit
917b79b096
|
@ -569,7 +569,8 @@ int hl_fw_init_cpu(struct hl_device *hdev, u32 cpu_boot_status_reg,
|
|||
"Device reports FIT image is corrupted\n");
|
||||
else
|
||||
dev_err(hdev->dev,
|
||||
"Device failed to load, %d\n", status);
|
||||
"Failed to load firmware to device, %d\n",
|
||||
status);
|
||||
|
||||
rc = -EIO;
|
||||
goto out;
|
||||
|
|
Loading…
Reference in New Issue