Skip to content

Commit 8d448fa

Browse files
digetxalexandrebelloni
authored andcommitted
rtc: tps65910: Correct driver module alias
The TPS65910 RTC driver module doesn't auto-load because of the wrong module alias that doesn't match the device name, fix it. Cc: [email protected] Reported-by: Anton Bambura <[email protected]> Tested-by: Anton Bambura <[email protected]> Signed-off-by: Dmitry Osipenko <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b02c964 commit 8d448fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rtc/rtc-tps65910.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,6 @@ static struct platform_driver tps65910_rtc_driver = {
467467
};
468468

469469
module_platform_driver(tps65910_rtc_driver);
470-
MODULE_ALIAS("platform:rtc-tps65910");
470+
MODULE_ALIAS("platform:tps65910-rtc");
471471
MODULE_AUTHOR("Venu Byravarasu <[email protected]>");
472472
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)