Skip to content

Commit d227116

Browse files
Yang Libroonie
authored andcommitted
ASoC: codecs: Remove unneeded semicolon
./sound/soc/codecs/peb2466.c:1851:2-3: Unneeded semicolon ./sound/soc/codecs/peb2466.c:1887:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4045 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Acked-by: Herve Codina <herve.codina@bootlin.com> Link: https://lore.kernel.org/r/20230213010547.105312-1-yang.lee@linux.alibaba.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 771725e commit d227116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/codecs/peb2466.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,7 +1848,7 @@ static int peb2466_chip_direction_input(struct gpio_chip *c, unsigned int offset
18481848
if (offset < 16) {
18491849
/* SOx_{0,1} */
18501850
return -EINVAL;
1851-
};
1851+
}
18521852

18531853
ret = peb2466_chip_gpio_offset_to_dir_regmask(offset, &xr_reg, &mask);
18541854
if (ret) {
@@ -1884,7 +1884,7 @@ static int peb2466_chip_direction_output(struct gpio_chip *c, unsigned int offse
18841884
if (offset < 16) {
18851885
/* SOx_{0,1} */
18861886
return 0;
1887-
};
1887+
}
18881888

18891889
ret = peb2466_chip_gpio_offset_to_dir_regmask(offset, &xr_reg, &mask);
18901890
if (ret) {

0 commit comments

Comments
 (0)