]> git.ipfire.org Git - people/arne_f/kernel.git/commit
rtc: tps65910: Correct driver module alias
authorDmitry Osipenko <digetx@gmail.com>
Sun, 8 Aug 2021 16:00:30 +0000 (19:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Sep 2021 09:41:22 +0000 (11:41 +0200)
commit8c8560104b91a4d28e385352d5da79e01c0b5bc6
treeaccd0700afd8d4e4c04fd29d9f96bdbfca11ce6f
parent77497cbd3383abc3e1de373109d85ee2e9dd2c70
rtc: tps65910: Correct driver module alias

commit 8d448fa0a8bb1c8d94eef7647edffe9ac81a281e upstream.

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: stable@vger.kernel.org
Reported-by: Anton Bambura <jenneron@protonmail.com>
Tested-by: Anton Bambura <jenneron@protonmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210808160030.8556-1-digetx@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/rtc/rtc-tps65910.c