mirror of https://github.com/torvalds/linux.git
The dev_pm_domain_attach|detach_list() functions are not resource managed,
hence they should not use devm_* helpers to manage allocation/freeing of
data. Let's fix this by converting to the traditional alloc/free functions.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| clock_ops.c | ||
| common.c | ||
| generic_ops.c | ||
| main.c | ||
| power.h | ||
| qos-test.c | ||
| qos.c | ||
| runtime.c | ||
| sysfs.c | ||
| trace.c | ||
| wakeirq.c | ||
| wakeup.c | ||
| wakeup_stats.c | ||