mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
Remove double spinlock unlock
This is causing crash on some platforms, observed on arm64.
This commit is contained in:
parent
ce99c601f8
commit
cf77db4fcd
@ -532,7 +532,6 @@ static void ddb_input_stop_unlocked(struct ddb_input *input)
|
||||
if (input->dma) {
|
||||
ddbwritel(dev, 0, DMA_BUFFER_CONTROL(input->dma));
|
||||
input->dma->running = 0;
|
||||
spin_unlock_irq(&input->dma->lock);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user