From: Yong Zhang Date: Sat, 22 Oct 2011 09:56:55 +0000 (+0800) Subject: spi: irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc1~123^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ada214fad79ff5ebbed58932c5f0c9969d9c91;p=pandora-kernel.git spi: 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 Signed-off-by: Grant Likely --- Reading git-diff-tree failed