Skip to content

Commit 9f3d453

Browse files
alyssaisbroonie
authored andcommitted
ASoC: fsl_mqs: fix MODULE_ALIAS
modprobe can't handle spaces in aliases. Fixes: 9e28f65 ("ASoC: fsl_mqs: Add MQS component driver") Signed-off-by: Alyssa Ross <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent a155b75 commit 9f3d453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/fsl/fsl_mqs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,4 @@ module_platform_driver(fsl_mqs_driver);
337337
MODULE_AUTHOR("Shengjiu Wang <[email protected]>");
338338
MODULE_DESCRIPTION("MQS codec driver");
339339
MODULE_LICENSE("GPL v2");
340-
MODULE_ALIAS("platform: fsl-mqs");
340+
MODULE_ALIAS("platform:fsl-mqs");

0 commit comments

Comments
 (0)