Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regulator: fixed: use dev_err_probe for register
Instead of returning error directly, use dev_err_probe. This avoids messages in the dmesg log for devices which will be probed again later. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Link: https://lore.kernel.org/r/20210721165716.19915-1-macroalpha82@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
- Loading branch information