From: Rasmus Villemoes Date: Wed, 6 Aug 2014 23:10:12 +0000 (-0700) Subject: lib: bitmap: simplify bitmap_parselist X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc5be1828065681300f3727ab55fac0d7ef37af3;p=pandora-kernel.git lib: bitmap: simplify bitmap_parselist We want len to be the index of the first '\n', or the length of the string if there is no newline. This is a good example of the usefulness of strchrnul(). Use that instead, thus eliminating a branch and a call to strlen(). Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed