From: Hannes Reinecke <hare@suse.de>
To: Shraddha Barke <shraddha.6596@gmail.com>,
"James E.J. Bottomley" <JBottomley@odin.com>,
Oliver Neukum <oliver@neukum.org>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH 1/4] Scsi: am53c974.c: Use module_pci_driver
Date: Fri, 25 Sep 2015 17:31:41 +0200 [thread overview]
Message-ID: <560568DD.3090408@suse.de> (raw)
In-Reply-To: <1443193731-12587-1-git-send-email-shraddha.6596@gmail.com>
On 09/25/2015 05:08 PM, Shraddha Barke wrote:
> Use module_pci_driver for drivers whose init and exit functions
> only register and unregister respectively
>
> Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
> ---
> drivers/scsi/am53c974.c | 14 +-------------
> 1 file changed, 1 insertion(+), 13 deletions(-)
>
> diff --git a/drivers/scsi/am53c974.c b/drivers/scsi/am53c974.c
> index beea30e..0234b38 100644
> --- a/drivers/scsi/am53c974.c
> +++ b/drivers/scsi/am53c974.c
> @@ -556,16 +556,6 @@ static struct pci_driver am53c974_driver = {
> .remove = pci_esp_remove_one,
> };
>
> -static int __init am53c974_module_init(void)
> -{
> - return pci_register_driver(&am53c974_driver);
> -}
> -
> -static void __exit am53c974_module_exit(void)
> -{
> - pci_unregister_driver(&am53c974_driver);
> -}
> -
> MODULE_DESCRIPTION("AM53C974 SCSI driver");
> MODULE_AUTHOR("Hannes Reinecke <hare@suse.de>");
> MODULE_LICENSE("GPL");
> @@ -577,6 +567,4 @@ MODULE_PARM_DESC(am53c974_debug, "Enable debugging");
>
> module_param(am53c974_fenab, bool, 0444);
> MODULE_PARM_DESC(am53c974_fenab, "Enable 24-bit DMA transfer sizes");
> -
> -module_init(am53c974_module_init);
> -module_exit(am53c974_module_exit);
> +module_pci_driver(am53c974_driver);
>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Cheers,
Hannes
--
Dr. Hannes Reinecke zSeries & Storage
hare@suse.de +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2015-09-25 15:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-25 15:08 [PATCH 1/4] Scsi: am53c974.c: Use module_pci_driver Shraddha Barke
2015-09-25 15:08 ` [PATCH 2/4] Scsi: dmx3191d.c: " Shraddha Barke
2015-09-25 15:32 ` Hannes Reinecke
2015-09-25 15:08 ` [PATCH 3/4] Scsi: dc395x.c: " Shraddha Barke
2015-09-25 15:32 ` Hannes Reinecke
2015-09-25 15:08 ` [PATCH 4/4] Scsi: a100u2w.c: " Shraddha Barke
2015-09-25 15:33 ` Hannes Reinecke
2015-09-25 15:31 ` Hannes Reinecke [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=560568DD.3090408@suse.de \
--to=hare@suse.de \
--cc=JBottomley@odin.com \
--cc=linux-scsi@vger.kernel.org \
--cc=oliver@neukum.org \
--cc=shraddha.6596@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.