Skip to content
Commit 83f8475c authored by Dylan Reid's avatar Dylan Reid Committed by Mark Brown
Browse files

regmap: cache: Don't attempt to sync non-writeable registers



In the regcache_default_sync, if a register isn't writeable, then
_regmap_write will return an error and the rest of the sync will be
aborted.  Avoid this by checking if a register is writeable before
trying to sync it.

Signed-off-by: default avatarDylan Reid <dgreid@chromium.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 75617328
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment