]> git.baikalelectronics.ru Git - kernel.git/commit
PM: core: introduce pm_ptr() macro
authorPaul Cercueil <paul@crapouillou.net>
Thu, 16 Jul 2020 12:42:48 +0000 (14:42 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Jul 2020 11:52:36 +0000 (13:52 +0200)
commit73d479ef0a2903aeae1e1bd0a1bdfbb69cf7932f
treed203bf3077345995f30d45b903d81ac4e67319af
parentcd194de09f766ecaa52d957318a77257f18d3584
PM: core: introduce pm_ptr() macro

This macro is analogous to the infamous of_match_ptr(). If CONFIG_PM
is enabled, this macro will resolve to its argument, otherwise to NULL.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/linux/pm.h