Commit 1d16a46b authored by Oded Gabbay's avatar Oded Gabbay

habanalabs: use only u32

In the kernel it is common to use u32 and not uint32_t.
Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment