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:
4191f19
)
regmap: Remove incorrect unreachable comment in regcache_set_val()
author
Axel Lin
<axel.lin@gmail.com>
Tue, 31 Jan 2012 03:48:18 +0000
(11:48 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 31 Jan 2012 11:25:08 +0000
(11:25 +0000)
regcache_set_val() returns false if cache[idx] != val.
Thus it actually is not unreachable.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found