netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Adrian Bunk <bunk@kernel.org>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] net/tokenring/olympic.c section fixes
Date: Fri, 04 Apr 2008 01:45:59 -0400	[thread overview]
Message-ID: <47F5C097.9010801@pobox.com> (raw)
In-Reply-To: <20080330224004.GC28445@cs181133002.pp.htv.fi>

Adrian Bunk wrote:
> My previous section fix only turned one section problem into another 
> section problem.
> 
> This patch fixes it for real.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> 
> ---
> 
>  drivers/net/tokenring/olympic.c |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> 59aa404d6b07f60a839e06f3dc772c9de63f5eea diff --git a/drivers/net/tokenring/olympic.c b/drivers/net/tokenring/olympic.c
> index 433c994..df2bbd7 100644
> --- a/drivers/net/tokenring/olympic.c
> +++ b/drivers/net/tokenring/olympic.c
> @@ -117,7 +117,7 @@
>   * Official releases will only have an a.b.c version number format. 
>   */
>  
> -static char version[] __devinitdata = 
> +static char version[] = 
>  "Olympic.c v1.0.5 6/04/02 - Peter De Schrijver & Mike Phillips" ; 
>  
>  static char *open_maj_error[]  = {"No error", "Lobe Media Test", "Physical Insertion",
> @@ -290,7 +290,7 @@ op_disable_dev:
>  	return i;
>  }
>  
> -static int __devinit olympic_init(struct net_device *dev)
> +static int olympic_init(struct net_device *dev)
>  {
>      	struct olympic_private *olympic_priv;
>  	u8 __iomem *olympic_mmio, *init_srb,*adapter_addr;
> @@ -434,7 +434,7 @@ static int __devinit olympic_init(struct net_device *dev)
>  
>  }
>  
> -static int __devinit olympic_open(struct net_device *dev) 
> +static int olympic_open(struct net_device *dev) 
>  {
>  	struct olympic_private *olympic_priv=netdev_priv(dev);
>  	u8 __iomem *olympic_mmio=olympic_priv->olympic_mmio,*init_srb;

applied



      reply	other threads:[~2008-04-04  5:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-30 22:40 [2.6 patch] net/tokenring/olympic.c section fixes Adrian Bunk
2008-04-04  5:45 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47F5C097.9010801@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=bunk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).