Skip to content

Commit

Permalink
rtc: bd70528: fix module alias to autoload module
Browse files Browse the repository at this point in the history
The module alias platform tag contains a spelling mistake. Fix it.

Fixes: f33506abbcdd ("rtc: bd70528: Add MODULE ALIAS to autoload module")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20191106083418.159045-1-colin.king@canonical.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
  • Loading branch information
Colin Ian King authored and Alexandre Belloni committed Nov 8, 2019
1 parent c3e12e6 commit afe19a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rtc/rtc-bd70528.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,4 @@ module_platform_driver(bd70528_rtc);
MODULE_AUTHOR("Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>");
MODULE_DESCRIPTION("BD70528 RTC driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platofrm:bd70528-rtc");
MODULE_ALIAS("platform:bd70528-rtc");

0 comments on commit afe19a7

Please sign in to comment.