diff --git a/drivers/video/tegra/host/nvdla/dla_t19x_fw_version.h b/drivers/video/tegra/host/nvdla/dla_t19x_fw_version.h index 6c97668b..1c90d967 100644 --- a/drivers/video/tegra/host/nvdla/dla_t19x_fw_version.h +++ b/drivers/video/tegra/host/nvdla/dla_t19x_fw_version.h @@ -17,9 +17,9 @@ #ifndef DLA_T19X_FW_VERSION_H #define DLA_T19X_FW_VERSION_H -#define FIRMWARE_T19X_VERSION_MAJOR 0x1UL -#define FIRMWARE_T19X_VERSION_MINOR 0x2UL -#define FIRMWARE_T19X_VERSION_SUBMINOR 0x0UL +#define FIRMWARE_T19X_VERSION_MAJOR ((uint32_t)0x1U) +#define FIRMWARE_T19X_VERSION_MINOR ((uint32_t)0x2U) +#define FIRMWARE_T19X_VERSION_SUBMINOR ((uint32_t)0x0U) static inline uint32_t dla_t19x_fw_version(void) {