Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regulator: tps80031: Use IS_ERR to check return value of regulator_re…
…gister() 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@opensource.wolfsonmicro.com>
- Loading branch information