|
@@ -735,7 +735,7 @@ static dma_cookie_t tsi721_tx_submit(struct dma_async_tx_descriptor *txd)
|
|
|
static int tsi721_alloc_chan_resources(struct dma_chan *dchan)
|
|
|
{
|
|
|
struct tsi721_bdma_chan *bdma_chan = to_tsi721_chan(dchan);
|
|
|
- struct tsi721_tx_desc *desc = NULL;
|
|
|
+ struct tsi721_tx_desc *desc;
|
|
|
int i;
|
|
|
|
|
|
tsi_debug(DMA, &dchan->dev->device, "DMAC%d", bdma_chan->id);
|