提交 1d16a46b 编写于 作者: O Oded Gabbay

habanalabs: use only u32

In the kernel it is common to use u32 and not uint32_t.
Signed-off-by: NOded Gabbay <ogabbay@kernel.org>
上级 efc6b04b
......@@ -2616,7 +2616,7 @@ static void gaudi_init_e2e(struct hl_device *hdev)
static void gaudi_init_hbm_cred(struct hl_device *hdev)
{
uint32_t hbm0_wr, hbm1_wr, hbm0_rd, hbm1_rd;
u32 hbm0_wr, hbm1_wr, hbm0_rd, hbm1_rd;
if (hdev->asic_prop.fw_security_enabled)
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册