From: Akinobu Mita Date: Wed, 24 Apr 2013 01:42:41 +0000 (+1000) Subject: md: use set_bit_le and clear_bit_le X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~89^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f810b6c4a850db1b9989cd569ab88b90cd24996;p=pandora-kernel.git md: use set_bit_le and clear_bit_le The value returned by test_and_set_bit_le() drivers/md/bitmap.c is not used. So just use set_bit_le(). The same goes for test_and_clear_bit_le(). Signed-off-by: Akinobu Mita Cc: Neil Brown Cc: linux-raid@vger.kernel.org Signed-off-by: NeilBrown --- Reading git-diff-tree failed