From: Steven Miao Date: Wed, 3 Nov 2010 09:25:09 +0000 (+0000) Subject: Blackfin: pm: drop irq save/restore in standby and suspend to mem callback X-Git-Tag: v2.6.38-rc1~421^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e11ab23e22243b9c608a08c8d68ca5686b6c9b;p=pandora-kernel.git Blackfin: pm: drop irq save/restore in standby and suspend to mem callback Since linux-2.6.31, the kernel suspend framework will do disable_irq/enable_irq, so save/restore irq in standby and suspend to mem callback should be dropped. Otherwise the common code notices things are enabled and complains. Signed-off-by: Steven Miao Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed