From: Matthijs Kooijman Date: Thu, 25 Apr 2013 21:39:13 +0000 (+0200) Subject: staging: dwc2: do not use IRQF_DISABLED X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~742 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66513f4926fc66d6839262de1d435e461624a21a;p=pandora-kernel.git staging: dwc2: do not use IRQF_DISABLED This flag is a deprecated NOOP, interrupt handlers are always run with interupts disabled. See commit 6932bf37 (genirq: Remove IRQF_DISABLED from core code), and include/linux/interrupt.h: * IRQF_DISABLED - keep irqs disabled when calling the action handler. * DEPRECATED. This flag is a NOOP and scheduled to be removed Signed-off-by: Matthijs Kooijman Acked-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed