projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e2d62
)
Fix for Void function returning value in sbc35-a9g20
author
Sandeep Paulraj
<s-paulraj@ti.com>
Wed, 28 Oct 2009 23:16:43 +0000
(19:16 -0400)
committer
Tom Rix
<Tom.Rix@windriver.com>
Fri, 27 Nov 2009 22:26:11 +0000
(16:26 -0600)
Void function was returning 0 in the m41t94 rtc driver.
This makes it similar to m41t62 rtc driver.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
drivers/rtc/m41t94.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/m41t94.c
b/drivers/rtc/m41t94.c
index 02b41d91b1ac29f95a550b6ea17c18747e210e0c..5b665bb0133391a413b63a0ea1b99ffa9bc573f9 100644
(file)
--- a/
drivers/rtc/m41t94.c
+++ b/
drivers/rtc/m41t94.c
@@
-120,5
+120,4
@@
void rtc_reset(void)
* Could not be tested as the reset pin is not wired on
* the sbc35-ag20 board
*/
- return 0;
}