output overflow as warning

This commit is contained in:
none 2021-02-24 20:30:45 +01:00
parent c6ada48892
commit abb2c56ddc
1 changed files with 1 additions and 1 deletions

View File

@ -2290,7 +2290,7 @@ static void input_write_dvb(struct ddb_input *input,
} }
while (dma->cbuf != ((dma->stat >> 11) & 0x1f) || (4 & dma->ctrl)) { while (dma->cbuf != ((dma->stat >> 11) & 0x1f) || (4 & dma->ctrl)) {
if (4 & dma->ctrl) { if (4 & dma->ctrl) {
/*dev_err(dev->dev, "Overflow dma %d\n", dma->nr);*/ dev_warn(dev->dev, "Overflow dma input %u\n", input->nr);
ack = 1; ack = 1;
} }
if (alt_dma) if (alt_dma)