From d2a782003a6047da120a33e6f8ee6fd33bb825d6 Mon Sep 17 00:00:00 2001 From: Doug Zobel Date: Fri, 15 Nov 2013 14:29:07 -0600 Subject: CW integration and minnow bringup * create minnow machine type * create Android makefile * add pre-commit syntax check * enable -Werror * Add drivers: CPCAP, TPS65xxx, m4sensorhub, atmxt, lm3535, usb gadget, minnow display, TI 12xx wireless Change-Id: I7962f5e1256715f2452aed5a62a4f2f2383d5046 --- drivers/dma/of-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dma') 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) { -- cgit v1.2.3-70-g09d2