mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
soundwire: qcom: fix SLIBMUS/SLIMBUS typo
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>
This commit is contained in:
parent
d2068da5c8
commit
09309093d5
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user