Skip to content

Commit a405cf9

Browse files
committed
fixup! drm/asahi: hw: Drop max_dies
1 parent 9d56b02 commit a405cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/asahi/gpu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ impl GpuManager::ver {
711711
gpu_id.gpu_gen,
712712
gpu_id.gpu_variant
713713
);
714-
dev_info!(dev, " Clusters: {}\n", gpu_id.num_clusters);
714+
dev_info!(dev.as_ref(), " Clusters: {}\n", gpu_id.num_clusters);
715715
dev_info!(
716716
dev.as_ref(),
717717
" Cores: {} ({})\n",

0 commit comments

Comments
 (0)