Commit b140ea0f authored by Markus Elfring's avatar Markus Elfring Committed by Vinod Koul

ste_dma40: Rename a jump label in __d40_execute_command_phy()

Adjust a jump label according to the current Linux coding style convention.
Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent d4cd217a
...@@ -1083,7 +1083,7 @@ static int __d40_execute_command_phy(struct d40_chan *d40c, ...@@ -1083,7 +1083,7 @@ static int __d40_execute_command_phy(struct d40_chan *d40c,
D40_CHAN_POS(d40c->phy_chan->num); D40_CHAN_POS(d40c->phy_chan->num);
if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP) if (status == D40_DMA_SUSPENDED || status == D40_DMA_STOP)
goto done; goto unlock;
} }
wmask = 0xffffffff & ~(D40_CHAN_POS_MASK(d40c->phy_chan->num)); wmask = 0xffffffff & ~(D40_CHAN_POS_MASK(d40c->phy_chan->num));
...@@ -1119,7 +1119,7 @@ static int __d40_execute_command_phy(struct d40_chan *d40c, ...@@ -1119,7 +1119,7 @@ static int __d40_execute_command_phy(struct d40_chan *d40c,
} }
} }
done: unlock:
spin_unlock_irqrestore(&d40c->base->execmd_lock, flags); spin_unlock_irqrestore(&d40c->base->execmd_lock, flags);
return ret; return ret;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment