drivers: imx: sdma: Remove debug logs in sdma_interrupt

This logs are not very useful as SOF core calls this function
for all 32 channels, thus not providing much information.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
Daniel Baluta 2020-04-24 13:41:54 +03:00 committed by Daniel Baluta
parent 2a46ef6279
commit 834b3d5c28
1 changed files with 1 additions and 5 deletions

View File

@ -875,12 +875,8 @@ static int sdma_pm_context_restore(struct dma *dma)
static int sdma_interrupt(struct dma_chan_data *channel, enum dma_irq_cmd cmd)
{
if (!channel->index) {
trace_sdma_error("sdma_interrupt called for channel 0; ignoring command");
if (!channel->index)
return 0;
}
tracev_sdma("sdma_interrupt(%d cmd %d)", channel->index, cmd);
switch (cmd) {
case DMA_IRQ_STATUS_GET: