[PATCH 05/18] lib: bitmap: Remove unnecessary mask from bitmap_complement

2014-07-03 Thread Rasmus Villemoes
Since the extra bits are "don't care", there is no reason to mask the last word to the used bits when complementing. This shaves off yet a few bytes. Signed-off-by: Rasmus Villemoes --- include/linux/bitmap.h | 2 +- lib/bitmap.c | 2 +- 2 files changed, 2 insertions(+), 2

[PATCH 05/18] lib: bitmap: Remove unnecessary mask from bitmap_complement

2014-07-03 Thread Rasmus Villemoes
Since the extra bits are don't care, there is no reason to mask the last word to the used bits when complementing. This shaves off yet a few bytes. Signed-off-by: Rasmus Villemoes li...@rasmusvillemoes.dk --- include/linux/bitmap.h | 2 +- lib/bitmap.c | 2 +- 2 files changed, 2