From: Colin Ian King Date: Tue, 11 Mar 2014 11:25:09 +0000 (+0000) Subject: regulator: da9063: fix assignment of da9063_reg_matches to NULL X-Git-Tag: v3.15-rc1~148^2~5^5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f377ed107b031fb0e67fa4a1d1096ab1c7818a84;p=pandora-kernel.git regulator: da9063: fix assignment of da9063_reg_matches to NULL cppcheck detected an incorrect assignment: drivers/regulator/da9063-regulator.c:711]: (warning) Assignment of function parameter has no effect outside the function the original code didn't do anything, instead, *da9063_reg_matches needs to be set to NULL. Signed-off-by: Colin Ian King Signed-off-by: Mark Brown --- Reading git-diff-tree failed