[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1501291747020.7510@nippy.intranet>
Date: Thu, 29 Jan 2015 17:54:46 +1100 (AEDT)
From: Finn Thain <fthain@...egraphics.com.au>
To: Wolfram Sang <wsa@...-dreams.de>
cc: linux-kernel@...r.kernel.org,
Michael Schmitz <schmitzmic@...il.com>,
"James E.J. Bottomley" <JBottomley@...allels.com>,
linux-scsi@...r.kernel.org
Subject: Re: [PATCH 17/28] scsi: drop owner assignment from
platform_drivers
Acked-by: Finn Thain <fthain@...egraphics.com.au>
On Sun, 21 Dec 2014, Wolfram Sang wrote:
> This platform_driver does not need to set an owner, it will be populated by the
> driver core.
>
> Signed-off-by: Wolfram Sang <wsa@...-dreams.de>
> ---
> Generated with coccinelle. SmPL file is in the introductory msg. The big
> cleanup was pulled in this merge window. This series catches the bits fallen
> through. The patches shall go in via the subsystem trees.
>
> drivers/scsi/atari_scsi.c | 1 -
> drivers/scsi/mac_scsi.c | 1 -
> drivers/scsi/sun3_scsi.c | 1 -
> 3 files changed, 3 deletions(-)
>
> diff --git a/drivers/scsi/atari_scsi.c b/drivers/scsi/atari_scsi.c
> index d1c37a386947..5ede3daa93dc 100644
> --- a/drivers/scsi/atari_scsi.c
> +++ b/drivers/scsi/atari_scsi.c
> @@ -1014,7 +1014,6 @@ static struct platform_driver atari_scsi_driver = {
> .remove = __exit_p(atari_scsi_remove),
> .driver = {
> .name = DRV_MODULE_NAME,
> - .owner = THIS_MODULE,
> },
> };
>
> diff --git a/drivers/scsi/mac_scsi.c b/drivers/scsi/mac_scsi.c
> index 1e85c07e3b62..d64a769b8155 100644
> --- a/drivers/scsi/mac_scsi.c
> +++ b/drivers/scsi/mac_scsi.c
> @@ -483,7 +483,6 @@ static struct platform_driver mac_scsi_driver = {
> .remove = __exit_p(mac_scsi_remove),
> .driver = {
> .name = DRV_MODULE_NAME,
> - .owner = THIS_MODULE,
> },
> };
>
> diff --git a/drivers/scsi/sun3_scsi.c b/drivers/scsi/sun3_scsi.c
> index 2a906d1d34ba..22a42836d193 100644
> --- a/drivers/scsi/sun3_scsi.c
> +++ b/drivers/scsi/sun3_scsi.c
> @@ -676,7 +676,6 @@ static struct platform_driver sun3_scsi_driver = {
> .remove = __exit_p(sun3_scsi_remove),
> .driver = {
> .name = DRV_MODULE_NAME,
> - .owner = THIS_MODULE,
> },
> };
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists