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:
00700ee
)
iwlwifi: correct atomic bitops usage
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 6 Apr 2010 11:12:38 +0000
(
04:12
-0700)
committer
Reinette Chatre
<reinette.chatre@intel.com>
Fri, 16 Apr 2010 20:46:50 +0000
(13:46 -0700)
With atomic bitops, test_and_{set,clear}_bit
should be used instead of separate test_bit
and set_bit/clear_bit.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
No differences found