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:
cd017f2
)
ath9k: spin_lock_bh is not required within tasklet context.
author
Senthil Balasubramanian
<senthilkumar@atheros.com>
Thu, 23 Dec 2010 15:36:57 +0000
(21:06 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 4 Jan 2011 19:35:11 +0000
(14:35 -0500)
Disabling BH is not required while running from a tasklet context
and so replace spin_lock_bh with just spin_lock.
Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found