soundwire: qcom: fix SLIBMUS/SLIMBUS typo
authorJonathan Marek <jonathan@marek.ca>
Tue, 8 Sep 2020 14:08:17 +0000 (10:08 -0400)
committerVinod Koul <vkoul@kernel.org>
Wed, 9 Sep 2020 07:57:17 +0000 (13:27 +0530)
Fix slimbus case being broken thanks to a typo.

Fixes: 5bd773242f75 ("soundwire: qcom: avoid dependency on CONFIG_SLIMBUS")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20200908140818.28373-1-jonathan@marek.ca
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/qcom.c

index 77bc58b..d7aabda 100644 (file)
@@ -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) {