|
@@ -916,7 +916,7 @@ static int prep_phy_channel(struct pl08x_dma_chan *plchan,
|
|
|
* need, but for slaves the physical signals may be muxed!
|
|
|
* Can the platform allow us to use this channel?
|
|
|
*/
|
|
|
- if (plchan->slave && ch->signal < 0 && pl08x->pd->get_signal) {
|
|
|
+ if (plchan->slave && pl08x->pd->get_signal) {
|
|
|
ret = pl08x->pd->get_signal(plchan);
|
|
|
if (ret < 0) {
|
|
|
dev_dbg(&pl08x->adev->dev,
|