Commit d07e9c178f188f76851aca8ab49a78da13dda006

Authored by Geert Uytterhoeven
Committed by Rafael J. Wysocki
1 parent 69e273c0b0

PM / domains: Make generic_pm_domain.name const

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/pm_domain.h
... ... @@ -60,7 +60,7 @@
60 60 struct mutex lock;
61 61 struct dev_power_governor *gov;
62 62 struct work_struct power_off_work;
63   - char *name;
  63 + const char *name;
64 64 unsigned int in_progress; /* Number of devices being suspended now */
65 65 atomic_t sd_count; /* Number of subdomains with power "on" */
66 66 enum gpd_status status; /* Current state of the domain */