]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
PM: Constify info string used in messages
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 12 Jun 2017 15:19:32 +0000 (17:19 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Jun 2017 22:27:14 +0000 (00:27 +0200)
commite3771fa98e266aba29211c624ecf01200be497ad
tree7c10e0c10add448e12cece94f5b0c4d2b2724a37
parent952856db9019f914227f5fbe24f7810e20fec0fd
PM: Constify info string used in messages

The 'info' string appearing in many places points to a .rodata string so
it should be passes as pointer to const.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/main.c