[PATCH 3/5] Treo680: fix freed GPIO in treo680_irda_shutdown()

Eric Miao eric.y.miao at gmail.com
Tue Sep 1 05:52:24 EDT 2009


Marek Vasut wrote:
> Dne Po 31. srpna 2009 19:25:59 Tomáš Čech napsal(a):
>> From: Tomáš Čech <sleep walker at suse.cz>
>>
>>
>> Signed-off-by: Tomáš Čech <sleep_walker at suse.cz>
>> ---
>>  arch/arm/mach-pxa/treo680.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-pxa/treo680.c b/arch/arm/mach-pxa/treo680.c
>> index 57bccc3..d88114c 100644
>> --- a/arch/arm/mach-pxa/treo680.c
>> +++ b/arch/arm/mach-pxa/treo680.c
>> @@ -325,7 +325,7 @@ err1:
>>
>>  static void treo680_irda_shutdown(struct device *dev)
>>  {
>> -	gpio_free(GPIO_NR_TREO680_AMP_EN);
>> +	gpio_free(GPIO_NR_TREO680_IR_EN);
>>  }
>>
>>  static struct pxaficp_platform_data treo680_ficp_info = {
> 
> ...
> 
> Seems OK to me, I think the first three patches can go in as is, Eric, could 
> you merge them? Thanks
> 
> Acked-by: Marek Vasut <marek.vasut at gmail.com>

This has been merged by Russell in his patch tracking system, so really
don't need to go via my tree now.



More information about the linux-arm-kernel mailing list