Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
input: da7280: Make use of the helper function dev_err_probe()
devm_pwm_get() can return -EPROBE_DEFER if the pwm regulator is not ready yet. Use dev_err_probe() for pwm regulator resources to indicate the deferral reason when waiting for the resource to come up. Signed-off-by: zhaoxiao <zhaoxiao@uniontech.com>
- Loading branch information