public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Ball <cjb@laptop.org>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, linux-mmc@vger.kernel.org,
	Wonil Choi <wonil22.choi@samsung.com>,
	Minho Ban <mhban@samsung.com>, Ben Dooks <ben-linux@fluff.org>
Subject: Re: [PATCH] mmc: sdhci-s3c: Fix return value in sdhci_s3c_suspend/resume()
Date: Sat, 09 Jul 2011 16:50:09 -0400	[thread overview]
Message-ID: <m2vcvbkwla.fsf@bob.laptop.org> (raw)
In-Reply-To: <1309315118-16133-1-git-send-email-kgene.kim@samsung.com> (Kukjin Kim's message of "Wed, 29 Jun 2011 11:38:38 +0900")

Hi Kukjin,

On Tue, Jun 28 2011, Kukjin Kim wrote:
> diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
> index 69e3ee3..460ffaf 100644
> --- a/drivers/mmc/host/sdhci-s3c.c
> +++ b/drivers/mmc/host/sdhci-s3c.c
> @@ -612,16 +612,14 @@ static int sdhci_s3c_suspend(struct platform_device *dev, pm_message_t pm)
>  {
>  	struct sdhci_host *host = platform_get_drvdata(dev);
>  
> -	sdhci_suspend_host(host, pm);
> -	return 0;
> +	return sdhci_suspend_host(host, pm);
>  }
>  
>  static int sdhci_s3c_resume(struct platform_device *dev)
>  {
>  	struct sdhci_host *host = platform_get_drvdata(dev);
>  
> -	sdhci_resume_host(host);
> -	return 0;
> +	return sdhci_resume_host(host);
>  }
>  
>  #else

Thanks, pushed to mmc-next for 3.1.

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

      reply	other threads:[~2011-07-09 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29  2:38 [PATCH] mmc: sdhci-s3c: Fix return value in sdhci_s3c_suspend/resume() Kukjin Kim
2011-07-09 20:50 ` Chris Ball [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=m2vcvbkwla.fsf@bob.laptop.org \
    --to=cjb@laptop.org \
    --cc=ben-linux@fluff.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mhban@samsung.com \
    --cc=wonil22.choi@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox