From: Franck Bui-Huu Date: Wed, 14 Jun 2006 08:47:18 +0000 (+0200) Subject: [PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close() X-Git-Tag: v2.6.18-rc1~858^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca094f1186ef50ef8983325072cdc4f051830f13;p=pandora-kernel.git [PATCH] USB: gadget-serial: do not save/restore IRQ flags in gs_close() 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed