We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841927d commit a2ae2bbCopy full SHA for a2ae2bb
1 file changed
drivers/gpu/drm/asahi/initdata.rs
@@ -137,6 +137,7 @@ impl<'a> InitDataBuilder::ver<'a> {
137
(t3_coef as u64 * 1000000100 * *scale as u64 / (f_khz * v_max * 6))
138
.try_into()
139
.unwrap(),
140
+ GFP_KERNEL,
141
)?;
142
}
143
0 commit comments