Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regulator: da9063: Use IS_ERR to check return value of regulator_regi…
…ster() regulator_register() does not return NULL, it returns ERR_PTR on error. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
- Loading branch information