Merge pull request #33 from dmarion/fix

Remove double spinlock unlock
This commit is contained in:
rjkm 2018-07-24 14:20:09 +02:00 committed by GitHub
commit e6b06c1f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}