Skip to content

Commit 8ffb34c

Browse files
committed
fixup! 4f8f4f79220d0dd5868d9328447074e152e503e3
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 7066658 commit 8ffb34c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/asahi/gpu.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,6 @@ impl GpuManager::ver {
684684
)?;
685685

686686
let alloc_ref = &mut alloc;
687-
let tx_channels = Box::init(try_init!(TxChannels::ver {
688-
device_control: channel::DeviceControlChannel::ver::new(dev, alloc_ref)?,
689-
}))?;
690687
let tx_channels = Box::init(
691688
try_init!(TxChannels::ver {
692689
device_control: channel::DeviceControlChannel::ver::new(dev, alloc_ref)?,

0 commit comments

Comments
 (0)