kboot_gpu: Fix warnings

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2024-05-17 02:00:02 +09:00
parent 657654ac09
commit 387cc2ecec

View file

@ -283,6 +283,9 @@ static int calc_power_t600x(u32 count, u32 table_count, const struct perf_state
imax = 33.0;
has_cs = true;
break;
default:
bail("ADT: GPU: Unsupported chip\n");
}
if (get_core_counts(core_count, nclusters, ncores))