mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: SF Markus Elfring <elfring@users.sourceforge.net>
To: alsa-devel@alsa-project.org,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Bhumika Goyal <bhumirks@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Cc: LKML <linux-kernel@vger.kernel.org>, kernel-janitors@vger.kernel.org
Subject: [PATCH 3/3] ALSA: fm801: Rename a jump label in snd_card_fm801_probe()
Date: Wed, 15 Nov 2017 13:48:50 +0100	[thread overview]
Message-ID: <1b7adfba-c554-7032-0d38-6008c9c1951e@users.sourceforge.net> (raw)
In-Reply-To: <86b94d9c-77fb-fed5-b55c-a0565f619dc7@users.sourceforge.net>

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Wed, 15 Nov 2017 13:30:07 +0100

Adjust a jump label according to the Linux coding style convention.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
 sound/pci/fm801.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/fm801.c b/sound/pci/fm801.c
index e4c0fa8db5f6..0eaf3297400c 100644
--- a/sound/pci/fm801.c
+++ b/sound/pci/fm801.c
@@ -1344,7 +1344,7 @@ static int snd_card_fm801_probe(struct pci_dev *pci,
 		card->shortname, chip->port, chip->irq);
 
 	if (chip->tea575x_tuner & TUNER_ONLY)
-		goto __fm801_tuner_only;
+		goto register_card;
 
 	err = snd_fm801_pcm(chip, 0);
 	if (err < 0)
@@ -1371,7 +1371,7 @@ static int snd_card_fm801_probe(struct pci_dev *pci,
 	if (err < 0)
 		goto free_card;
 
-      __fm801_tuner_only:
+register_card:
 	err = snd_card_register(card);
 	if (err < 0)
 		goto free_card;
-- 
2.15.0

      parent reply	other threads:[~2017-11-15 12:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-15 12:45 [PATCH 0/3] ALSA: fm801: Fine-tuning for seven function implementations SF Markus Elfring
2017-11-15 12:46 ` [PATCH 1/3] ALSA: fm801: Adjust 17 function calls together with a variable assignment SF Markus Elfring
2017-11-15 12:47 ` [PATCH 2/3] ALSA: fm801: Use common error handling code in two functions SF Markus Elfring
2017-11-15 12:48 ` SF Markus Elfring [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=1b7adfba-c554-7032-0d38-6008c9c1951e@users.sourceforge.net \
    --to=elfring@users.sourceforge.net \
    --cc=alsa-devel@alsa-project.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bhumirks@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.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

all inboxes | Powered by JetHome®