Re: [PATCH] blackfin/sram: use 'unsigned long' for irqflags

From: Bryan Wu
Date: Wed Aug 27 2008 - 02:56:41 EST


On Fri, Aug 22, 2008 at 9:44 PM, Mike Frysinger <vapier.adi@xxxxxxxxx> wrote:
> On Wed, Aug 6, 2008 at 6:58 PM, Vegard Nossum wrote:
>> From 3ef36948a88a968eec1b09859aa251dc6727df4e Mon Sep 17 00:00:00 2001
>> From: Vegard Nossum <vegard.nossum@xxxxxxxxx>
>> Date: Wed, 6 Aug 2008 12:00:23 +0200
>> Subject: [PATCH] blackfin/sram: use 'unsigned long' for irqflags
>>
>> Using just 'unsigned' will make flags an unsigned int. While this is
>> arguably not an error on blackfin where sizeof(int) == sizeof(long),
>> the patch is still justified on the grounds of principle.
>>
>> The patch was generated using the Coccinelle semantic patch framework.
>>
>> Cc: Julia Lawall <julia@xxxxxxx>
>> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx>
>> Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxx>
>
> make sure to grab this Bryan ?
> -mike
>

Sorry for the delay, guys. I'm just back from my vacation.

I will apply this patch to our svn first and then push it to mainline later.

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