From: Rafael J. Wysocki Date: Sat, 17 Dec 2011 23:34:01 +0000 (+0100) Subject: PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointers X-Git-Tag: v3.3-rc1~167^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf519d1c15fa05a538c2b3963c5f3903daf765a;p=pandora-kernel.git PM / Sleep: Make pm_op() and pm_noirq_op() return callback pointers Make the pm_op() and pm_noirq_op() functions return pointers to appropriate callbacks instead of executing those callbacks and returning their results. This change is required for a subsequent modification that will execute the corresponding driver callback if the subsystem callback returned by either pm_op(), or pm_noirq_op() is NULL. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed