diff mbox series

ALSA: hda/via: Delete does not require return

Message ID 20220527121059.25221-1-wangxiang@cdjrlc.com (mailing list archive)
State Accepted
Commit 4dd99891649ea5248e6a60113df0e0d04967eef7
Headers show
Series ALSA: hda/via: Delete does not require return | expand

Commit Message

Xiang wangx May 27, 2022, 12:10 p.m. UTC
Void function return statements are not generally useful.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 sound/pci/hda/patch_via.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c
index 773a136161f1..a05304f340df 100644
--- a/sound/pci/hda/patch_via.c
+++ b/sound/pci/hda/patch_via.c
@@ -449,8 +449,6 @@  static void vt1708_set_pinconfig_connect(struct hda_codec *codec, hda_nid_t nid)
 		def_conf = def_conf & (~(AC_JACK_PORT_BOTH << 30));
 		snd_hda_codec_set_pincfg(codec, nid, def_conf);
 	}
-
-	return;
 }
 
 static int vt1708_jack_detect_get(struct snd_kcontrol *kcontrol,