From: Philipp Zabel Date: Sun, 18 Jan 2009 13:46:21 +0000 (+0100) Subject: power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLED X-Git-Tag: v2.6.29-rc3~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74194cc71074c8bc17690a5d826093fb6f6e9928;p=pandora-kernel.git power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLED IRQF_DISABLED is not guaranteed for shared IRQs. I think power_changed_isr doesn't need it anyway, as it only fires a timer. This patch enables IRQF_SAMPLE_RANDOM instead. Signed-off-by: Philipp Zabel Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed