From: Rasmus Villemoes Date: Wed, 6 Aug 2014 23:09:57 +0000 (-0700) Subject: lib: bitmap: remove unnecessary mask from bitmap_complement X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b4ee62c9cd10640f0054f47fd84c7920e8c118;p=pandora-kernel.git lib: bitmap: remove unnecessary mask from bitmap_complement 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed