We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7066658 commit 8ffb34cCopy full SHA for 8ffb34c
1 file changed
drivers/gpu/drm/asahi/gpu.rs
@@ -684,9 +684,6 @@ impl GpuManager::ver {
684
)?;
685
686
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
- }))?;
690
let tx_channels = Box::init(
691
try_init!(TxChannels::ver {
692
device_control: channel::DeviceControlChannel::ver::new(dev, alloc_ref)?,
0 commit comments