Commit 09309093 authored by Jonathan Marek's avatar Jonathan Marek Committed by Vinod Koul

soundwire: qcom: fix SLIBMUS/SLIMBUS typo

Fix slimbus case being broken thanks to a typo.

Fixes: 5bd77324 ("soundwire: qcom: avoid dependency on CONFIG_SLIMBUS")
Signed-off-by: default avatarJonathan Marek <jonathan@marek.ca>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20200908140818.28373-1-jonathan@marek.caSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent d2068da5
......@@ -767,7 +767,7 @@ static int qcom_swrm_probe(struct platform_device *pdev)
if (!ctrl)
return -ENOMEM;
#if IS_ENABLED(CONFIG_SLIBMUS)
#if IS_ENABLED(CONFIG_SLIMBUS)
if (dev->parent->bus == &slimbus_bus) {
#else
if (false) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment