From: Yong Zhang Date: Thu, 22 Sep 2011 08:59:11 +0000 (+0800) Subject: power_supply: Remove IRQF_DISABLED X-Git-Tag: v3.3-rc1~98^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b176b25a8146673ade4772d1edfe318caa6818a;p=pandora-kernel.git power_supply: 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: Anton Vorontsov --- Reading git-diff-tree failed