[PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close()
authorFranck Bui-Huu <vagabon.xyz@gmail.com>
Wed, 14 Jun 2006 08:47:18 +0000 (10:47 +0200)
committerGreg 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