AsoC: ac108: revert use of fallthrough pseudo-keywoard 07/285807/1
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Dec 2022 11:12:42 +0000 (20:12 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Dec 2022 11:12:42 +0000 (20:12 +0900)
This reverts commit 6a9dc5fd6170 ("lib: Revert use of fallthrough pseudo-keyword in lib/")
Now, use the fallthrough instead of /* fall through */

Change-Id: I1199d05f5830aa169f393c51310d4cbd699c79b1
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
sound/soc/codecs/ac108.c

index 4462812..1e2003f 100644 (file)
@@ -868,7 +868,7 @@ static int ac108_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) {
                        /* TODO: Both cpu_dai and codec_dai(AC108) be set as slave in DTS */
                        dev_dbg(dai->dev, "used as slave when AC101 is master\n");
                }
-               /* fall through */
+               fallthrough;
        case SND_SOC_DAIFMT_CBS_CFS:    /*AC108 Slave*/
                dev_dbg(dai->dev, "AC108 set to work as Slave\n");
                /**