]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rtc: sh: only disable carry interrupts in probe()
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 27 Feb 2025 13:42:58 +0000 (14:42 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 8 Apr 2025 13:56:19 +0000 (15:56 +0200)
commitfb06b6b54b33b145925e18fc2e66498cf98ed9fb
tree4fecd8bdaf4ef9c7e7ead0e0f55475887775df31
parentc090d390e5ed917a7f33a35da9bd8de4b505cc8e
rtc: sh: only disable carry interrupts in probe()

With old, custom UIE handling removed, we can now disable the carry
interrupt in probe() and leave it like this. No further handling is
required.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20250227134256.9167-13-wsa+renesas@sang-engineering.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sh.c