Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
f3a7bddc
Commit
f3a7bddc
authored
15 years ago
by
Magnus Lilja
Committed by
Wolfgang Denk
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
RTC: Fix return code in MC13783 RTC driver.
Signed-off-by:
Magnus Lilja
<
lilja.magnus@gmail.com
>
parent
d52e3e01
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/rtc/mc13783-rtc.c
+1
-1
1 addition, 1 deletion
drivers/rtc/mc13783-rtc.c
with
1 addition
and
1 deletion
drivers/rtc/mc13783-rtc.c
+
1
−
1
View file @
f3a7bddc
...
@@ -109,7 +109,7 @@ int rtc_set(struct rtc_time *rtc)
...
@@ -109,7 +109,7 @@ int rtc_set(struct rtc_time *rtc)
spi_release_bus
(
slave
);
spi_release_bus
(
slave
);
return
-
1
;
return
0
;
}
}
void
rtc_reset
(
void
)
void
rtc_reset
(
void
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment