summaryrefslogtreecommitdiff
path: root/drivers/base/init.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-08-29 08:26:32 (GMT)
committerMark Brown <broonie@linaro.org>2013-08-29 12:32:40 (GMT)
commit194c753a214ba7f1497552dd530021884d164146 (patch)
treee8d9ab3aa7b2ad8160d7a77c077b999c453440ba /drivers/base/init.c
parent65c180fd95993abc31c8770e014ebedade46b623 (diff)
downloadlinux-fsl-qoriq-194c753a214ba7f1497552dd530021884d164146.tar.xz
regmap: rbtree: Simplify adjacent node look-up
A register which is adjacent to a node will either be left to the first register or right to the last register. It will not be within the node's range, so there is no point in checking for each register cached by the node whether the new register is next to it. It is sufficient to check whether the register comes before the first register or after the last register of the node. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/base/init.c')
0 files changed, 0 insertions, 0 deletions