Re: [PATCH 2/4] pwm_backlight: Validate dft_brightness in main probe function

2013-01-31 Thread Thierry Reding
On Thu, Jan 31, 2013 at 01:38:18PM +0100, Peter Ujfalusi wrote: > Hi Thierry, > > On 01/22/2013 02:39 PM, Peter Ujfalusi wrote: > > Move the dft_brightness validity check from the DT parsing function to the > > main probe. In this way we can validate it in case we are booting with or > > without D

Re: [PATCH 2/4] pwm_backlight: Validate dft_brightness in main probe function

2013-01-31 Thread Peter Ujfalusi
Hi Thierry, On 01/22/2013 02:39 PM, Peter Ujfalusi wrote: > Move the dft_brightness validity check from the DT parsing function to the > main probe. In this way we can validate it in case we are booting with or > without DT. Based on the discussion the rest of the series is going to be dropped, b

[PATCH 2/4] pwm_backlight: Validate dft_brightness in main probe function

2013-01-22 Thread Peter Ujfalusi
Move the dft_brightness validity check from the DT parsing function to the main probe. In this way we can validate it in case we are booting with or without DT. Signed-off-by: Peter Ujfalusi --- drivers/video/backlight/pwm_bl.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)