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:
943e1b4
)
[PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close()
author
Franck Bui-Huu
<vagabon.xyz@gmail.com>
Wed, 14 Jun 2006 08:47:18 +0000
(10:47 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 21 Jun 2006 22:04:17 +0000
(15:04 -0700)
As pointed out by David Brownell, we know that IRQs are never
blocked when calling gs_close function. So the save/restore
IRQ flags are pointless.
Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found