From: Yong Zhang Date: Thu, 22 Sep 2011 08:59:20 +0000 (+0800) Subject: sound: irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc1~127^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e24c3a4b30a6bd361f2b5ce602667a8161b2e8;p=pandora-kernel.git sound: irq: Remove IRQF_DISABLED Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now this flag is a NOOP and can be removed. Signed-off-by: Yong Zhang Acked-by: Peter Ujfalusi Acked-by: Mark Brown Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed