aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/amba-pl08x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
index d79688d64886..3653961b6088 100644
--- a/drivers/dma/amba-pl08x.c
+++ b/drivers/dma/amba-pl08x.c
@@ -916,7 +916,7 @@ static int prep_phy_channel(struct pl08x_dma_chan *plchan,
916 * need, but for slaves the physical signals may be muxed! 916 * need, but for slaves the physical signals may be muxed!
917 * Can the platform allow us to use this channel? 917 * Can the platform allow us to use this channel?
918 */ 918 */
919 if (plchan->slave && ch->signal < 0 && pl08x->pd->get_signal) { 919 if (plchan->slave && pl08x->pd->get_signal) {
920 ret = pl08x->pd->get_signal(plchan); 920 ret = pl08x->pd->get_signal(plchan);
921 if (ret < 0) { 921 if (ret < 0) {
922 dev_dbg(&pl08x->adev->dev, 922 dev_dbg(&pl08x->adev->dev,