diff options
| author | Linus Torvalds <[email protected]> | 2025-11-08 23:34:23 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2025-11-08 23:34:23 +0000 |
| commit | 41d318c47fa2090dbca7329037e5d63abeddebdf (patch) | |
| tree | 99afb2a49d78d7ca9ef7cd5ad03c683804e29fa3 /drivers/rtc/rtc-cpcap.c | |
| parent | Merge tag 'v6.18rc4-SMB-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 (diff) | |
| parent | rtc: rx8025: fix incorrect register reference (diff) | |
| download | kernel-41d318c47fa2090dbca7329037e5d63abeddebdf.tar.gz kernel-41d318c47fa2090dbca7329037e5d63abeddebdf.zip | |
Merge tag 'rtc-6.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC fixes from Alexandre Belloni:
"The two reverts are for patches that I shouldn't have applied. The
rx8025 patch fixes an issue present since 2022:
- cpcap, tps6586x: revert incorrect irq enable/disable balance fix
- rx8025: fix incorrect register reference"
* tag 'rtc-6.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
rtc: rx8025: fix incorrect register reference
Revert "rtc: cpcap: Fix initial enable_irq/disable_irq balance"
Revert "rtc: tps6586x: Fix initial enable_irq/disable_irq balance"
Diffstat (limited to 'drivers/rtc/rtc-cpcap.c')
| -rw-r--r-- | drivers/rtc/rtc-cpcap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-cpcap.c b/drivers/rtc/rtc-cpcap.c index 8b6b35716f53..c170345ac076 100644 --- a/drivers/rtc/rtc-cpcap.c +++ b/drivers/rtc/rtc-cpcap.c @@ -268,7 +268,6 @@ static int cpcap_rtc_probe(struct platform_device *pdev) return err; rtc->alarm_irq = platform_get_irq(pdev, 0); - rtc->alarm_enabled = true; err = devm_request_threaded_irq(dev, rtc->alarm_irq, NULL, cpcap_rtc_alarm_irq, IRQF_TRIGGER_NONE | IRQF_ONESHOT, |
