Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1685697 > unrolled thread
| Started by | Alexey Klimov <alexey.klimov@arm.com> |
|---|---|
| First post | 2017-07-12 13:10 +0200 |
| Last post | 2017-07-12 13:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/3] rtc: sun6i: Remove unneeded initalization of ret in sun6i_rtc_setalarm() Alexey Klimov <alexey.klimov@arm.com> - 2017-07-12 13:10 +0200
| From | Alexey Klimov <alexey.klimov@arm.com> |
|---|---|
| Date | 2017-07-12 13:10 +0200 |
| Subject | [PATCH 3/3] rtc: sun6i: Remove unneeded initalization of ret in sun6i_rtc_setalarm() |
| Message-ID | <u2nGO-7sP-9@gated-at.bofh.it> |
Signed-off-by: Alexey Klimov <alexey.klimov@arm.com>
---
drivers/rtc/rtc-sun6i.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rtc/rtc-sun6i.c b/drivers/rtc/rtc-sun6i.c
index 77bc4d3..1886b85 100644
--- a/drivers/rtc/rtc-sun6i.c
+++ b/drivers/rtc/rtc-sun6i.c
@@ -362,7 +362,7 @@ static int sun6i_rtc_setalarm(struct device *dev, struct rtc_wkalrm *wkalrm)
unsigned long time_now = 0;
unsigned long time_set = 0;
unsigned long time_gap = 0;
- int ret = 0;
+ int ret;
ret = sun6i_rtc_gettime(dev, &tm_now);
if (ret < 0) {
--
1.9.1
Back to top | Article view | linux.kernel
csiph-web