diff options
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/mmp_tdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mmp_tdma.c b/drivers/dma/mmp_tdma.c index 61b562b2602d..d4b730ce0369 100644 --- a/drivers/dma/mmp_tdma.c +++ b/drivers/dma/mmp_tdma.c | |||
@@ -182,7 +182,7 @@ static void mmp_tdma_pause_chan(struct mmp_tdma_chan *tdmac) | |||
182 | 182 | ||
183 | static int mmp_tdma_config_chan(struct mmp_tdma_chan *tdmac) | 183 | static int mmp_tdma_config_chan(struct mmp_tdma_chan *tdmac) |
184 | { | 184 | { |
185 | unsigned int tdcr; | 185 | unsigned int tdcr = 0; |
186 | 186 | ||
187 | mmp_tdma_disable_chan(tdmac); | 187 | mmp_tdma_disable_chan(tdmac); |
188 | 188 | ||