git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936688d
)
dm log: clean up bit little endian bitops
author
Akinobu Mita
<akinobu.mita@gmail.com>
Tue, 2 Aug 2011 11:32:01 +0000
(12:32 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Tue, 2 Aug 2011 11:32:01 +0000
(12:32 +0100)
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>
No differences found