lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 4 Dec 2010 16:10:17 +0100
From:	Marek Vasut <marek.vasut@...il.com>
To:	Nicolas Kaiser <nikai@...ai.net>
Cc:	Pavel Revak <palo@...lyvlk.sk>, Eric Miao <eric.y.miao@...il.com>,
	Russell King <linux@....linux.org.uk>,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm/income pxa270: enable backlight when pwm_bl is a module

On Saturday 04 December 2010 15:29:23 Nicolas Kaiser wrote:
> Fixes a suspected typo in the config symbol.
> 
> Signed-off-by: Nicolas Kaiser <nikai@...ai.net>
> ---
> I don't have the hardware to test, but this config symbol looks
> unusual enough to me that I'm suspecting it might be a typo.
> 
>  arch/arm/mach-pxa/colibri-pxa270-income.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-pxa/colibri-pxa270-income.c
> b/arch/arm/mach-pxa/colibri-pxa270-income.c index 37f0f3e..3aba0e1 100644
> --- a/arch/arm/mach-pxa/colibri-pxa270-income.c
> +++ b/arch/arm/mach-pxa/colibri-pxa270-income.c
> @@ -231,7 +231,7 @@ static inline void income_lcd_init(void) {}
>  /*************************************************************************
> ***** * Backlight
>  
> **************************************************************************
> ****/ -#if defined(CONFIG_BACKLIGHT_PWM) ||
> defined(CONFIG_BACKLIGHT_PWM__MODULE) +#if defined(CONFIG_BACKLIGHT_PWM)
> || defined(CONFIG_BACKLIGHT_PWM_MODULE) static struct
> platform_pwm_backlight_data income_backlight_data = { .pwm_id		= 0,
>  	.max_brightness	= 0x3ff,

Acked-by: Marek Vasut <marek.vasut@...il.com>

Cheers
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ