]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Using __test_and_{set,clear}_bit_le() with ignoring its return value
authorAkinobu Mita <akinobu.mita@gmail.com>
Mon, 25 Jul 2011 00:49:51 +0000 (10:49 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 25 Jul 2011 00:49:51 +0000 (10:49 +1000)
commitf2f2d9be0d58ca87bd3f1f1e8a1c33ab3848fde1
treebdcf33afd9a22f1590a59bcee2bdc116f724ba95
parent0677be80b1eb08b90af8752587cd242ba8551de8
Using __test_and_{set,clear}_bit_le() with ignoring its return value
can be replaced with __{set,clear}_bit_le().

This also removes unnecessary casts.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Cc: Alasdair Kergon <agk@redhat.com>
drivers/md/dm-log.c