]> 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>
Wed, 3 Aug 2011 00:43:32 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Aug 2011 00:43:32 +0000 (10:43 +1000)
commit11cf423e188f4ed39d2d7ac3336771d852516f77
treec3034e695111b5b3dfaf499fee383c560e603503
parent68dc5f8132077ad73e243eaa7bff36e30932f057
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>
drivers/md/dm-log.c