aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2021-12-07 00:20:58 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-12-17 16:04:14 +0100
commit5ef11c56b2332613cacd5e7ac17cfb1a073b66ab (patch)
tree85c82f3dd024c89b7db78af9cbdd54374315d463 /tools/perf/scripts/python/export-to-postgresql.py
parent2585cf9dfaaddf00b069673f27bb3f8530e2039c (diff)
r8169: Avoid misuse of pm_ptr() macro
The pm_ptr() macro should be used when the suspend and resume functions can be compiled independently of the CONFIG_PM Kconfig option. In the case of this driver, the suspend and resume functions are inside a section protected by a #ifdef CONFIG_PM guard. Therefore pm_ptr() should not be used. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions