[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1442843834-4648-1-git-send-email-bywxiaobai@163.com>
Date: Mon, 21 Sep 2015 21:57:11 +0800
From: Yaowei Bai <bywxiaobai@....com>
To: perex@...ex.cz, tiwai@...e.com, johannes@...solutions.net,
k.kozlowski@...sung.com, elfring@...rs.sourceforge.net,
fabf@...net.be, lars@...afoo.de
Cc: linuxppc-dev@...ts.ozlabs.org, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/4] sound/onyx: remove redundant case entry
Case ti->tag == 0 can be included in the last return,
remove it.
No functional change.
Signed-off-by: Yaowei Bai <bywxiaobai@....com>
---
sound/aoa/codecs/onyx.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/aoa/codecs/onyx.c b/sound/aoa/codecs/onyx.c
index a04edff..a407e1f 100644
--- a/sound/aoa/codecs/onyx.c
+++ b/sound/aoa/codecs/onyx.c
@@ -683,7 +683,6 @@ static int onyx_usable(struct codec_info_item *cii,
mutex_unlock(&onyx->mutex);
switch (ti->tag) {
- case 0: return 1;
case 1: return analog_enabled;
case 2: return spdif_enabled;
}
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists