Loading drivers/dma/shdma.c +2 −1 Original line number Diff line number Diff line Loading @@ -580,7 +580,6 @@ static struct dma_async_tx_descriptor *sh_dmae_prep_slave_sg( sh_chan = to_sh_chan(chan); param = chan->private; slave_addr = param->config->addr; /* Someone calling slave DMA on a public channel? */ if (!param || !sg_len) { Loading @@ -589,6 +588,8 @@ static struct dma_async_tx_descriptor *sh_dmae_prep_slave_sg( return NULL; } slave_addr = param->config->addr; /* * if (param != NULL), this is a successfully requested slave channel, * therefore param->config != NULL too. Loading Loading
drivers/dma/shdma.c +2 −1 Original line number Diff line number Diff line Loading @@ -580,7 +580,6 @@ static struct dma_async_tx_descriptor *sh_dmae_prep_slave_sg( sh_chan = to_sh_chan(chan); param = chan->private; slave_addr = param->config->addr; /* Someone calling slave DMA on a public channel? */ if (!param || !sg_len) { Loading @@ -589,6 +588,8 @@ static struct dma_async_tx_descriptor *sh_dmae_prep_slave_sg( return NULL; } slave_addr = param->config->addr; /* * if (param != NULL), this is a successfully requested slave channel, * therefore param->config != NULL too. Loading