diff options
Diffstat (limited to 'drivers/dma')
| -rw-r--r-- | drivers/dma/of-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/of-dma.c b/drivers/dma/of-dma.c index 7aa0864cd48..4dd80703513 100644 --- a/drivers/dma/of-dma.c +++ b/drivers/dma/of-dma.c @@ -64,7 +64,7 @@ int of_dma_controller_register(struct device_node *np, void *data) { struct of_dma *ofdma; - int nbcells; + int nbcells = 0; const __be32 *prop; if (!np || !of_dma_xlate) { |