commit | 68feaca0b13e453aa14ee064c1736202b48b342f | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Thu Feb 19 10:30:14 2015 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Tue May 26 08:44:59 2015 +0100 |
tree | 14a9289678430eebe4c6bfb33bcdd6f39b440083 | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
backlight: pwm: Handle EPROBE_DEFER while requesting the PWM When trying to request the PWM device with devm_pwm_get(), the EPROBE_DEFER flag is not handled properly. It can lead to the PWM not being found. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Thierry Reding <thierry.reding@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>