habanalabs: use only u32
In the kernel it is common to use u32 and not uint32_t. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user