From: Nicolas Ferre Date: Thu, 19 Feb 2015 09:30:14 +0000 (+0100) Subject: backlight: pwm: Handle EPROBE_DEFER while requesting the PWM X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~54^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68feaca0b13e453aa14ee064c1736202b48b342f;p=pandora-kernel.git 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 Signed-off-by: Nicolas Ferre Acked-by: Thierry Reding Signed-off-by: Lee Jones --- Reading git-diff-tree failed