From: Geert Uytterhoeven Date: Mon, 9 Sep 2013 11:49:27 +0000 (+0200) Subject: regulator: da9063: Add missing initialization of da9063_reg_matches X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~16^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fdfd40aca7046eb0b770d64dfe526a03ed5d092;p=pandora-kernel.git regulator: da9063: Add missing initialization of da9063_reg_matches With gcc 4.1.2: drivers/regulator/da9063-regulator.c: In function ‘da9063_regulator_probe’: drivers/regulator/da9063-regulator.c:847: warning: ‘da9063_reg_matches’ is used uninitialized in this function If the parent device already has platform data, da9063_reg_matches will not be initialized. Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- Reading git-diff-tree failed