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:
6992860
)
s390/vdso: remove NULL pointer check from clock_gettime
author
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 29 Aug 2014 08:16:03 +0000
(10:16 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Mon, 1 Sep 2014 07:56:29 +0000
(09:56 +0200)
The explicit NULL pointer check on the timespec argument is only
required for clock_getres but not for clock_gettime.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found