Skip to content

Commit

Permalink
ASoC: fsl_mqs: fix MODULE_ALIAS
Browse files Browse the repository at this point in the history
modprobe can't handle spaces in aliases.

Fixes: 9e28f65 ("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>
  • Loading branch information
Alyssa Ross authored and Mark Brown committed Jan 4, 2022
1 parent a155b75 commit 9f3d453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/fsl/fsl_mqs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 9f3d453

Please sign in to comment.