Skip to content

Commit 9e80e9f

Browse files
committed
fixup! drm/asahi: initdata: New init chain API for rebase
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 8ffb34c commit 9e80e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/asahi/initdata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl<'a> InitDataBuilder::ver<'a> {
125125
let f_khz = (ps.freq_hz / 1000) as u64;
126126
let v_max = ps.max_volt_mv() as u64;
127127

128-
t1.try_push(
128+
t1.push(
129129
(1000000000 * (curve_cfg.t1_coef as u64) / (f_khz * v_max))
130130
.try_into()
131131
.unwrap(),

0 commit comments

Comments
 (0)