projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2068da
)
soundwire: qcom: fix SLIBMUS/SLIMBUS typo
author
Jonathan Marek
<jonathan@marek.ca>
Tue, 8 Sep 2020 14:08:17 +0000
(10:08 -0400)
committer
Vinod 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soundwire/qcom.c
b/drivers/soundwire/qcom.c
index 77bc58b4cca2126c4a82e60cdb8975144597694c..d7aabdaffee35ccd47c2df24fddaf8677246bc29 100644
(file)
--- a/
drivers/soundwire/qcom.c
+++ b/
drivers/soundwire/qcom.c
@@
-767,7
+767,7
@@
static int qcom_swrm_probe(struct platform_device *pdev)
if (!ctrl)
return -ENOMEM;
-#if IS_ENABLED(CONFIG_SLI
BM
US)
+#if IS_ENABLED(CONFIG_SLI
MB
US)
if (dev->parent->bus == &slimbus_bus) {
#else
if (false) {