3 Commits

Author SHA1 Message Date
Ralph Metzler
06aecc3d66 new release because of bugfix 2018-07-24 14:47:15 +02:00
rjkm
e6b06c1f3d Merge pull request #33 from dmarion/fix
Remove double spinlock unlock
2018-07-24 14:20:09 +02:00
Damjan Marion
cf77db4fcd Remove double spinlock unlock
This is causing crash on some platforms, observed on arm64.
2018-07-24 13:31:02 +02:00
2 changed files with 1 additions and 2 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);
}
}

View File

@@ -524,7 +524,7 @@ struct DDMOD_FLASH {
int ddbridge_flashread(struct ddb *dev, u32 link, u8 *buf, u32 addr, u32 len);
#define DDBRIDGE_VERSION "0.9.34"
#define DDBRIDGE_VERSION "0.9.35"
/* linked function prototypes */