From: Michael Opdenacker Date: Sun, 13 Oct 2013 07:14:19 +0000 (+0200) Subject: usb/hcd: remove unnecessary local_irq_save X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ed9fd50e573fee332ca1e07641102b59f743fe;p=pandora-kernel.git usb/hcd: remove unnecessary local_irq_save Remove the use of local_irq_save() and IRQF_DISABLED, no longer needed since interrupt handlers are always run with interrupts disabled on the current CPU. Tested successfully with 3.12.0-rc4 on my PC. Didn't find any issue because of this change. Signed-off-by: Michael Opdenacker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed