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:
f82528b
)
wanxl: remove a stray irq enable
author
Dan Carpenter
<error27@gmail.com>
Tue, 28 Jun 2011 20:29:51 +0000
(20:29 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 Jul 2011 05:13:37 +0000
(22:13 -0700)
This is error path calls unlock_irq() where we haven't disabled the
IRQs. The comment says that this error path can never happen.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found