mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
kboot_gpu: Fix warnings
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
657654ac09
commit
387cc2ecec
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue