OSDN Git Service
(root)
/
tomoyo
/
tomoyo-test1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e12e6
)
rtc: bd70528: fix module alias to autoload module
author
Colin Ian King
<colin.king@canonical.com>
Wed, 6 Nov 2019 08:34:18 +0000
(08:34 +0000)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Fri, 8 Nov 2019 15:56:28 +0000
(16:56 +0100)
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>
drivers/rtc/rtc-bd70528.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-bd70528.c
b/drivers/rtc/rtc-bd70528.c
index
ddfef4d
..
627037a
100644
(file)
--- a/
drivers/rtc/rtc-bd70528.c
+++ b/
drivers/rtc/rtc-bd70528.c
@@
-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("plat
of
rm:bd70528-rtc");
+MODULE_ALIAS("plat
fo
rm:bd70528-rtc");