regmap: Remove incorrect unreachable comment in regcache_set_val()
authorAxel Lin <axel.lin@gmail.com>
Tue, 31 Jan 2012 03:48:18 +0000 (11:48 +0800)
committerMark 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