ASoC: ac108: fix build warning about '-Wimplict-fallthrough' 21/238221/2
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 9 Jul 2020 10:04:51 +0000 (19:04 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 10 Jul 2020 01:53:33 +0000 (01:53 +0000)
commit819f7acb288cd7039f915a327fab3e8dc5300f9c
treecd3ea3131d49fe3361c2763fea33295d1cf1a9a4
parent97cf5cb80d79df14b7db4b5bb11e615f16f246bf
ASoC: ac108: fix build warning about '-Wimplict-fallthrough'

Fix build warning about '-Wimplicit-fallthrough'.

In file included from ./include/linux/acpi.h:15,
                 from ./include/linux/i2c.h:13,
                 from sound/soc/codecs/ac108.c:21:
sound/soc/codecs/ac108.c: In function 'ac108_set_fmt':
./include/linux/device.h:1758:5: warning: this statement may fall through [-Wimplicit-fallthrough=]

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