mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
soundwire: qcom: fix SLIBMUS/SLIMBUS typo
Fix slimbus case being broken thanks to a typo.
Fixes: 5bd773242f
("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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue