Skip to content
Commit c04c1b9e authored by Stephen Warren's avatar Stephen Warren Committed by Mark Brown
Browse files

regmap: prevent division by zero in rbtree_show



If there are no nodes in the cache, nodes will be 0, so calculating
"registers / nodes" will cause division by zero.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent e466de05
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