linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Halasa <khc@pm.waw.pl>
To: Richard Knutsson <ricknu-0@student.ltu.se>
Cc: Andrew Morton <akpm@osdl.org>, Jeff Garzik <jeff@garzik.org>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] net/wan/pc300too.c: pci_module_init to pci_register_driver
Date: Fri, 16 Feb 2007 23:00:02 +0100	[thread overview]
Message-ID: <m3d549pxul.fsf@maximus.localdomain> (raw)
In-Reply-To: <20070214004022.4455.49724.sendpatchset@thinktank.campus.ltu.se> (Richard Knutsson's message of "Wed, 14 Feb 2007 01:40:21 +0100 (MET)")

Richard Knutsson <ricknu-0@student.ltu.se> writes:

> Convert pci_module_init() to pci_register_driver().
>
> Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>

Ack.

> --- a/drivers/net/wan/pc300too.c
> +++ b/drivers/net/wan/pc300too.c
> @@ -542,7 +542,7 @@ static int __init pc300_init_module(void)
>  
>  	CLOCK_BASE = use_crystal_clock ? 24576000 : pci_clock_freq;
>  
> -	return pci_module_init(&pc300_pci_driver);
> +	return pci_register_driver(&pc300_pci_driver);
>  }
>  
>  
>

-- 
Krzysztof Halasa

  reply	other threads:[~2007-02-16 22:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-14  0:40 [PATCH] net/wan/pc300too.c: pci_module_init to pci_register_driver Richard Knutsson
2007-02-16 22:00 ` Krzysztof Halasa [this message]
2007-02-17 20:27 ` Jeff Garzik

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=m3d549pxul.fsf@maximus.localdomain \
    --to=khc@pm.waw.pl \
    --cc=akpm@osdl.org \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=ricknu-0@student.ltu.se \
    /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).