]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: remove unused substream in macro soc_component_mark_pop
authorHongbo Li <lihongbo22@huawei.com>
Wed, 21 Aug 2024 07:08:12 +0000 (15:08 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 29 Sep 2024 23:09:52 +0000 (01:09 +0200)
commit5687851e484bdb22fa565578e0b046a50d502941
tree42180d57af792cc5850e66ac71ab639949f9b75b
parentac9fc25f114aec07e7f5348606c9702f8377f44a
ASoC: remove unused substream in macro soc_component_mark_pop

The soc_component_mark_pop don't need substream, and also
substream is not used in this macro, so we can remove it.
This is detected by macro_checker.py script.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Link: https://patch.msgid.link/20240821070815.2326534-3-lihongbo22@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-component.c