Commit c0f61c51 authored by Chih-Wei Huang's avatar Chih-Wei Huang Committed by Andy Shevchenko

platform/x86: acerhdf: replace space by * in modalias

Using space in module alias makes it harder to parse modules.alias.
Replace it by a star(*).
Reviewed-by: default avatarPeter Kästle <peter@piie.net>
Signed-off-by: default avatarChih-Wei Huang <cwhuang@linux.org.tw>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 2adaec46
......@@ -827,7 +827,7 @@ MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTMU*:");
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnENBFT*:");
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTMA*:");
MODULE_ALIAS("dmi:*:*Packard*Bell*:pnDOTVR46*:");
MODULE_ALIAS("dmi:*:*Acer*:pnExtensa 5420*:");
MODULE_ALIAS("dmi:*:*Acer*:pnExtensa*5420*:");
module_init(acerhdf_init);
module_exit(acerhdf_exit);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment