Merge branch 'topic/timb' into for-linus

This commit is contained in:
Vinod Koul
2018-01-31 13:51:21 +05:30

View File

@ -422,7 +422,7 @@ static int td_alloc_chan_resources(struct dma_chan *chan)
break; break;
else { else {
dev_err(chan2dev(chan), dev_err(chan2dev(chan),
"Couldnt allocate any descriptors\n"); "Couldn't allocate any descriptors\n");
return -ENOMEM; return -ENOMEM;
} }
} }