Skip to content

Commit

Permalink
kboot_gpu: Fix warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Martin <[email protected]>
  • Loading branch information
marcan committed May 16, 2024
1 parent 657654a commit 387cc2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/kboot_gpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 387cc2e

Please sign in to comment.