mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 17:30:40 +03:00
tegra: hwpm: type-cast to prevent QNX build errors
Type cast variable to prevent build error on QNX SDP 7.1. Bug 4893334 Signed-off-by: vasukis <vasukis@nvidia.com> Change-Id: Ica23d35aad973eb0dd092978e4a276ef765e1b34 Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3251800 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
75a6c76cec
commit
cfec15ebca
@@ -591,7 +591,7 @@ static bool tegra_hwpm_addr_in_all_instances(struct tegra_soc_hwpm *hwpm,
|
|||||||
idx = tegra_hwpm_ffs(hwpm, ip_inst->hw_inst_mask);
|
idx = tegra_hwpm_ffs(hwpm, ip_inst->hw_inst_mask);
|
||||||
tegra_hwpm_dbg(hwpm, hwpm_dbg_ip_register,
|
tegra_hwpm_dbg(hwpm, hwpm_dbg_ip_register,
|
||||||
"IP %d find_addr 0x%llx inst dyn_idx %u static idx %u",
|
"IP %d find_addr 0x%llx inst dyn_idx %u static idx %u",
|
||||||
*ip_idx, find_addr, dyn_idx, idx);
|
*ip_idx, (unsigned long long)find_addr, dyn_idx, idx);
|
||||||
|
|
||||||
*s_inst_idx = idx;
|
*s_inst_idx = idx;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user