Skip to content

Commit

Permalink
fixup! drm/asahi: hw: Drop max_dies
Browse files Browse the repository at this point in the history
  • Loading branch information
jannau committed Dec 21, 2024
1 parent 9d56b02 commit a405cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/asahi/gpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ impl GpuManager::ver {
gpu_id.gpu_gen,
gpu_id.gpu_variant
);
dev_info!(dev, " Clusters: {}\n", gpu_id.num_clusters);
dev_info!(dev.as_ref(), " Clusters: {}\n", gpu_id.num_clusters);
dev_info!(
dev.as_ref(),
" Cores: {} ({})\n",
Expand Down

0 comments on commit a405cf9

Please sign in to comment.