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:
7124cb1
)
staging: tidspbridge: remove RET_OK RET_FAIL
author
Nishanth Menon
<nm@ti.com>
Mon, 12 Jul 2010 22:56:03 +0000
(17:56 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 22 Jul 2010 17:52:00 +0000
(10:52 -0700)
RET_OK is 0 and RET_FAIL is a -1, replace these custom returns with
a standard errno
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found