From: Chris Ball <cjb@laptop.org>
To: Jingoo Han <jg1.han@samsung.com>
Cc: linux-mmc@vger.kernel.org
Subject: Re: [PATCH 2/2] mmc: mvsdio: use module_platform_driver_probe()
Date: Fri, 22 Mar 2013 12:31:11 -0400 [thread overview]
Message-ID: <8738vnpfao.fsf@octavius.laptop.org> (raw)
In-Reply-To: <005901ce1955$15a43280$40ec9780$%han@samsung.com> (Jingoo Han's message of "Tue, 05 Mar 2013 12:54:06 +0900")
Hi,
On Mon, Mar 04 2013, Jingoo Han wrote:
> This patch uses module_platform_driver_probe() macro which makes
> the code smaller and simpler.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> drivers/mmc/host/mvsdio.c | 13 +------------
> 1 files changed, 1 insertions(+), 12 deletions(-)
>
> diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c
> index 145cdaf..2b7d5b7 100644
> --- a/drivers/mmc/host/mvsdio.c
> +++ b/drivers/mmc/host/mvsdio.c
> @@ -881,18 +881,7 @@ static struct platform_driver mvsd_driver = {
> },
> };
>
> -static int __init mvsd_init(void)
> -{
> - return platform_driver_probe(&mvsd_driver, mvsd_probe);
> -}
> -
> -static void __exit mvsd_exit(void)
> -{
> - platform_driver_unregister(&mvsd_driver);
> -}
> -
> -module_init(mvsd_init);
> -module_exit(mvsd_exit);
> +module_platform_driver_probe(mvsd_driver, mvsd_probe);
>
> /* maximum card clock frequency (default 50MHz) */
> module_param(maxfreq, int, 0);
Thanks, pushed to mmc-next for 3.10.
- Chris.
--
Chris Ball <cjb@laptop.org> <http://printf.net/>
One Laptop Per Child
next prev parent reply other threads:[~2013-03-22 16:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-05 3:53 [PATCH 1/2] mmc: davinci_mmc: use module_platform_driver_probe() Jingoo Han
2013-03-05 3:54 ` [PATCH 2/2] mmc: mvsdio: " Jingoo Han
2013-03-22 16:31 ` Chris Ball [this message]
2013-03-22 16:30 ` [PATCH 1/2] mmc: davinci_mmc: " Chris Ball
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=8738vnpfao.fsf@octavius.laptop.org \
--to=cjb@laptop.org \
--cc=jg1.han@samsung.com \
--cc=linux-mmc@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