diff options
Diffstat (limited to 'drivers/dma/shdma.c')
-rw-r--r-- | drivers/dma/shdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/shdma.c b/drivers/dma/shdma.c index 28720d3103c4..6451b581a70b 100644 --- a/drivers/dma/shdma.c +++ b/drivers/dma/shdma.c | |||
@@ -750,7 +750,7 @@ static void sh_chan_xfer_ld_queue(struct sh_dmae_chan *sh_chan) | |||
750 | return; | 750 | return; |
751 | } | 751 | } |
752 | 752 | ||
753 | /* Find the first not transferred desciptor */ | 753 | /* Find the first not transferred descriptor */ |
754 | list_for_each_entry(desc, &sh_chan->ld_queue, node) | 754 | list_for_each_entry(desc, &sh_chan->ld_queue, node) |
755 | if (desc->mark == DESC_SUBMITTED) { | 755 | if (desc->mark == DESC_SUBMITTED) { |
756 | dev_dbg(sh_chan->dev, "Queue #%d to %d: %u@%x -> %x\n", | 756 | dev_dbg(sh_chan->dev, "Queue #%d to %d: %u@%x -> %x\n", |