projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8462904
)
rtc: pcf2127: Fix typo in comment
author
Hugo Villeneuve
<hvilleneuve@dimonoff.com>
Tue, 7 Dec 2021 21:56:25 +0000
(16:56 -0500)
committer
Alexandre Belloni
<alexandre.belloni@bootlin.com>
Wed, 5 Jan 2022 00:02:00 +0000
(
01:02
+0100)
Replace TFS2 with TSF2.
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link:
https://lore.kernel.org/r/20211207215626.2619819-1-hugo@hugovil.com
drivers/rtc/rtc-pcf2127.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-pcf2127.c
b/drivers/rtc/rtc-pcf2127.c
index 56c58b055dfffe2244908c511c95f9a6e00c5833..81a5b1f2e68c3bd121e715a4307ab3c9951426e9 100644
(file)
--- a/
drivers/rtc/rtc-pcf2127.c
+++ b/
drivers/rtc/rtc-pcf2127.c
@@
-748,7
+748,7
@@
static int pcf2127_probe(struct device *dev, struct regmap *regmap,
/*
* Enable timestamp function and store timestamp of first trigger
- * event until TSF1 and T
FS
2 interrupt flags are cleared.
+ * event until TSF1 and T
SF
2 interrupt flags are cleared.
*/
ret = regmap_update_bits(pcf2127->regmap, PCF2127_REG_TS_CTRL,
PCF2127_BIT_TS_CTRL_TSOFF |