projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d636a93
)
habanalabs: modify cpu boot status error print
author
Ofir Bitton
<obitton@habana.ai>
Mon, 13 Dec 2021 13:43:06 +0000
(15:43 +0200)
committer
Oded Gabbay
<ogabbay@kernel.org>
Sun, 26 Dec 2021 06:59:09 +0000
(08:59 +0200)
As BTL can be replaced by ROM we should modify relevant error print.
Signed-off-by: Ofir Bitton <obitton@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/common/firmware_if.c
patch
|
blob
|
history
diff --git
a/drivers/misc/habanalabs/common/firmware_if.c
b/drivers/misc/habanalabs/common/firmware_if.c
index 34e70cca37c14ea0b822cd80d2c5ff4e04757b53..1d0d228d48727abe2c0a70902cb65f7b14ec491b 100644
(file)
--- a/
drivers/misc/habanalabs/common/firmware_if.c
+++ b/
drivers/misc/habanalabs/common/firmware_if.c
@@
-1113,7
+1113,7
@@
static void detect_cpu_boot_status(struct hl_device *hdev, u32 status)
switch (status) {
case CPU_BOOT_STATUS_NA:
dev_err(hdev->dev,
- "Device boot progress - BTL did NOT run\n");
+ "Device boot progress - BTL
/ROM
did NOT run\n");
break;
case CPU_BOOT_STATUS_IN_WFE:
dev_err(hdev->dev,