lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 15 Nov 2017 13:48:50 +0100
From:   SF Markus Elfring <elfring@...rs.sourceforge.net>
To:     alsa-devel@...a-project.org,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Bhumika Goyal <bhumirks@...il.com>,
        Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        kernel-janitors@...r.kernel.org
Subject: [PATCH 3/3] ALSA: fm801: Rename a jump label in
 snd_card_fm801_probe()

From: Markus Elfring <elfring@...rs.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@...rs.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ