From 88ed9fd50e573fee332ca1e07641102b59f743fe Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Sun, 13 Oct 2013 09:14:19 +0200 Subject: [PATCH] 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-format-patch failed