Skip to content

Commit

Permalink
ASoC: codecs: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
This patch removes an unneeded semicolon after a switch statement.

./sound/soc/codecs/ntp8835.c:280:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11404
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://patch.msgid.link/20241017051909.4638-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Yang Li authored and Mark Brown committed Oct 17, 2024

Unverified

No user is associated with the committer email.
1 parent 0d3039f commit 7bc18a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ntp8835.c
Original file line number Diff line number Diff line change
@@ -277,7 +277,7 @@ static int ntp8835_set_component_sysclk(struct snd_soc_component *component,
ntp8835->mclk_rate = 0;
dev_err(component->dev, "Unsupported MCLK value: %u", freq);
return -EINVAL;
};
}

return 0;
}

0 comments on commit 7bc18a7

Please sign in to comment.