commit | f377ed107b031fb0e67fa4a1d1096ab1c7818a84 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Mar 11 11:25:09 2014 +0000 |
committer | Mark Brown <broonie@linaro.org> | Tue Mar 11 19:05:05 2014 +0000 |
tree | 105b1a725a1db29ffa92051b6960af7fb2fb2dc1 | |
parent | 8b5baa56f27369af57a755e364d02c02efed611b [diff] |
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 <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@linaro.org>