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:
eae3098
)
mmc: sh_mmcif: (cosmetic) simplify boolean return blocks
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Wed, 12 Dec 2012 14:38:13 +0000
(15:38 +0100)
committer
Chris Ball
<cjb@laptop.org>
Mon, 11 Feb 2013 18:28:25 +0000
(13:28 -0500)
Use "return condition" instead of "if (condition) return true; return false"
in functions, returning bool.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
No differences found