public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] au1000_eth: use 'unsigned long' for irqflags
@ 2008-08-10 13:42 Vegard Nossum
  2008-08-14  8:28 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Vegard Nossum @ 2008-08-10 13:42 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Julia Lawall, Alexey Dobriyan, linux-kernel

>From a0d915d5e99e752389093b3e1d6cae5ab5438392 Mon Sep 17 00:00:00 2001
From: Vegard Nossum <vegard.nossum@gmail.com>
Date: Wed, 6 Aug 2008 14:12:11 +0200
Subject: [PATCH] au1000_eth: use 'unsigned long' for irqflags

The patch was generated using the Coccinelle semantic patch framework.

Cc: Julia Lawall <julia@diku.dk>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
---
 drivers/net/au1000_eth.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index cb8be49..5ee1b05 100644
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
@@ -807,7 +807,7 @@ err_out:
 static int au1000_init(struct net_device *dev)
 {
 	struct au1000_private *aup = (struct au1000_private *) dev->priv;
-	u32 flags;
+	unsigned long flags;
 	int i;
 	u32 control;
 
-- 
1.5.5.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] au1000_eth: use 'unsigned long' for irqflags
  2008-08-10 13:42 [PATCH] au1000_eth: use 'unsigned long' for irqflags Vegard Nossum
@ 2008-08-14  8:28 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-08-14  8:28 UTC (permalink / raw)
  To: Vegard Nossum; +Cc: Jeff Garzik, Julia Lawall, Alexey Dobriyan, linux-kernel

Vegard Nossum wrote:
>>From a0d915d5e99e752389093b3e1d6cae5ab5438392 Mon Sep 17 00:00:00 2001
> From: Vegard Nossum <vegard.nossum@gmail.com>
> Date: Wed, 6 Aug 2008 14:12:11 +0200
> Subject: [PATCH] au1000_eth: use 'unsigned long' for irqflags
> 
> The patch was generated using the Coccinelle semantic patch framework.
> 
> Cc: Julia Lawall <julia@diku.dk>
> Cc: Alexey Dobriyan <adobriyan@gmail.com>
> Cc: Jeff Garzik <jgarzik@redhat.com>
> Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
> ---
>  drivers/net/au1000_eth.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
> index cb8be49..5ee1b05 100644
> --- a/drivers/net/au1000_eth.c
> +++ b/drivers/net/au1000_eth.c
> @@ -807,7 +807,7 @@ err_out:
>  static int au1000_init(struct net_device *dev)
>  {
>  	struct au1000_private *aup = (struct au1000_private *) dev->priv;
> -	u32 flags;
> +	unsigned long flags;
>  	int i;
>  	u32 control;

applied



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-14  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-10 13:42 [PATCH] au1000_eth: use 'unsigned long' for irqflags Vegard Nossum
2008-08-14  8:28 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox