From: Rasmus Villemoes Date: Wed, 6 Aug 2014 23:10:07 +0000 (-0700) Subject: lib: bitmap: make the start index of bitmap_set unsigned X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5ac54263ef3fcb5c469a61e0ab6b06e45e2307;p=pandora-kernel.git lib: bitmap: make the start index of bitmap_set unsigned The compiler can generate slightly smaller and simpler code when it knows that "start" is non-negative. Also, use the names "start" and "len" for the two parameters in both header file and implementation, instead of the previous mix. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed