Skip to content

Commit e73b891

Browse files
committed
fixup! drm/asahi: gpu,hw: Fix array IOMappings
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent c8e1fe6 commit e73b891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/gpu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ impl GpuManager::ver {
859859
},
860860
)?;
861861

862-
this.as_mut().io_mappings_mut().try_push(mapping)?;
862+
this.as_mut().io_mappings_mut().push(mapping, GFP_KERNEL)?;
863863
cur_iova += map_size as u64;
864864
}
865865
}

0 commit comments

Comments
 (0)