From: Rafael J. Wysocki Date: Mon, 13 Feb 2012 15:29:47 +0000 (+0100) Subject: PM: Add comment describing relationships between PM callbacks to pm.h X-Git-Tag: v3.4-rc1~173^2~7^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48825251cf5950da9d618144c4db6c130e6c0cd;p=pandora-kernel.git PM: Add comment describing relationships between PM callbacks to pm.h The UNIVERSAL_DEV_PM_OPS() macro is slightly misleading, because it may suggest that it's a good idea to point runtime PM callback pointers to the same routines as system suspend/resume callbacks .suspend() and .resume(), which is not the case. For this reason, add a comment to include/linux/pm.h, next to the definition of UNIVERSAL_DEV_PM_OPS(), describing how device PM callbacks are related to each other. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed