From aa1a6d6d74fff31060e08f6007037e6d807c8130 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Thu, 28 Nov 2013 01:06:38 -0800 Subject: [PATCH] leds: pwm: Fix for deferred probe in DT booted mode We need to make sure that the error code from devm_of_pwm_get() is the one the module returns in case of failure. Restructure the code to make this possible for DT booted case. With this patch the driver can ask for deferred probing when the board is booted with DT. Fixes for example omap4-sdp board's keyboard backlight led. Signed-off-by: Peter Ujfalusi Signed-off-by: Bryan Wu --- Reading git-format-patch failed