projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a155b75
)
ASoC: fsl_mqs: fix MODULE_ALIAS
author
Alyssa Ross
<hi@alyssa.is>
Tue, 4 Jan 2022 13:22:16 +0000
(13:22 +0000)
committer
Mark Brown
<broonie@kernel.org>
Tue, 4 Jan 2022 14:59:37 +0000
(14:59 +0000)
modprobe can't handle spaces in aliases.
Fixes: 9e28f6532c61 ("ASoC: fsl_mqs: Add MQS component driver")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Link:
https://lore.kernel.org/r/20220104132218.1690103-1-hi@alyssa.is
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_mqs.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_mqs.c
b/sound/soc/fsl/fsl_mqs.c
index 27b4536dce443b0c03784f469ff29aaaa065aaac..ceaecbe3a25e4abf727c9bd2349611d2d9045e44 100644
(file)
--- a/
sound/soc/fsl/fsl_mqs.c
+++ b/
sound/soc/fsl/fsl_mqs.c
@@
-337,4
+337,4
@@
module_platform_driver(fsl_mqs_driver);
MODULE_AUTHOR("Shengjiu Wang <Shengjiu.Wang@nxp.com>");
MODULE_DESCRIPTION("MQS codec driver");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:
fsl-mqs");
+MODULE_ALIAS("platform:fsl-mqs");