We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217668e commit 193cb7cCopy full SHA for 193cb7c
1 file changed
rust/kernel/drm/sched.rs
@@ -27,7 +27,7 @@ pub enum Status {
27
}
28
29
/// Scheduler priorities
30
-#[repr(i32)]
+#[repr(u32)]
31
pub enum Priority {
32
/// Low userspace priority
33
Min = bindings::drm_sched_priority_DRM_SCHED_PRIORITY_MIN,
0 commit comments