diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-13 23:36:10 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-14 06:21:35 +0100 |
commit | cfac1d080a00544e5cecd2d7c9ebe3d6a5cc18e6 (patch) | |
tree | 8f5d99e331fbd14fedaff8b58625ee4fd5e8190a /lib/cordic.c | |
parent | lib: bitmap: remove redundant code from __bitmap_shift_right (diff) | |
download | linux-cfac1d080a00544e5cecd2d7c9ebe3d6a5cc18e6.tar.xz linux-cfac1d080a00544e5cecd2d7c9ebe3d6a5cc18e6.zip |
lib: bitmap: yet another simplification in __bitmap_shift_right
If left is 0, we can just let mask be ~0UL, so that anding with it is a
no-op. Conveniently, BITMAP_LAST_WORD_MASK provides precisely what we
need, and we can eliminate left.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/cordic.c')
0 files changed, 0 insertions, 0 deletions