From: Rasmus Villemoes Date: Wed, 6 Aug 2014 23:09:59 +0000 (-0700) Subject: lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9305eb31097fdd3dc86daca65d8097d1fcf2ff;p=pandora-kernel.git lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned This change is only for consistency with the changes to the other bitmap_* functions; it doesn't change the size of the generated code: inside BITS_TO_LONGS there is a sizeof(long), which causes bits to be interpreted as unsigned anyway. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed