git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1796dcc
)
rtc: interface: Remove unused return value from rtc_timer_cancel()
author
Krzysztof Kozlowski
<k.kozlowski.k@gmail.com>
Sun, 3 May 2015 09:57:11 +0000
(18:57 +0900)
committer
Alexandre Belloni
<alexandre.belloni@free-electrons.com>
Fri, 19 Jun 2015 18:03:20 +0000
(20:03 +0200)
The rtc_timer_cancel() always returns 0 and cannot fail (calls only
other void-returning functions).
Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
No differences found