All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ball <cjb@laptop.org>
To: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
Cc: linux-mmc@vger.kernel.org, Prashanth Bhat <prashanth.bhat@manipal.net>
Subject: Re: [PATCH] mmc: mmc_add_card(): fix missing break in switch statement
Date: Sat, 09 Apr 2011 10:08:44 -0400	[thread overview]
Message-ID: <m3bp0fldoz.fsf@pullcord.laptop.org> (raw)
In-Reply-To: <20110409061647.D5DAE13909@rere.qmqm.pl> ("Michał Mirosław"'s message of "Sat, 9 Apr 2011 08:16:47 +0200 (CEST)")

Hi,

On Sat, Apr 09 2011, Michał Mirosław wrote:
> Fixes a cosmetic bug that affects printk() for SD-combo cards.
>
> Noticed-by: Prashanth Bhat <prashanth.bhat@manipal.net>
> Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
> ---
>  drivers/mmc/core/bus.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/core/bus.c
> index 63667a8..d6d62fd 100644
> --- a/drivers/mmc/core/bus.c
> +++ b/drivers/mmc/core/bus.c
> @@ -284,6 +284,7 @@ int mmc_add_card(struct mmc_card *card)
>  		type = "SD-combo";
>  		if (mmc_card_blockaddr(card))
>  			type = "SDHC-combo";
> +		break;
>  	default:
>  		type = "?";
>  		break;

Thanks, pushed to mmc-next for .40.

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

  reply	other threads:[~2011-04-09 14:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09  6:16 [PATCH] mmc: mmc_add_card(): fix missing break in switch statement Michał Mirosław
2011-04-09 14:08 ` Chris Ball [this message]
2011-05-03 11:20 ` Prashanth Bhat
2011-05-03 11:30   ` Prashanth Bhat
2011-05-04 11:23     ` Michał Mirosław
2011-05-04 16:36       ` Prashanth Bhat
2011-05-04 16:42         ` Michał Mirosław

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=m3bp0fldoz.fsf@pullcord.laptop.org \
    --to=cjb@laptop.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=mirq-linux@rere.qmqm.pl \
    --cc=prashanth.bhat@manipal.net \
    /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.