Skip to content

Commit

Permalink
ASoC: rk817: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Fix the following coccicheck warnings:

./sound/soc/codecs/rk817_codec.c:49:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1622802209-45031-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Jiapeng Chong authored and Mark Brown committed Jun 7, 2021
1 parent b9de77d commit 54f6731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/codecs/rk817_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ static int rk817_init(struct snd_soc_component *component)
if (rk817->mic_in_differential) {
snd_soc_component_update_bits(component, RK817_CODEC_AMIC_CFG0, MIC_DIFF_MASK,
MIC_DIFF_EN);
};
}

return 0;
}

Expand Down

0 comments on commit 54f6731

Please sign in to comment.