Skip to content

Commit

Permalink
Merge branch 'topic/timb' into for-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinod Koul committed Jan 31, 2018
2 parents db90305 + dd54006 commit cea0dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/timb_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static int td_alloc_chan_resources(struct dma_chan *chan)
break;
else {
dev_err(chan2dev(chan),
"Couldnt allocate any descriptors\n");
"Couldn't allocate any descriptors\n");
return -ENOMEM;
}
}
Expand Down

0 comments on commit cea0dd4

Please sign in to comment.