The loops over connection ID strings in pm_runtime_clk_notify()
should actually iterate over the strings and not over the elements
of the first of them, so make them behave as appropriate.
This fixes a regression introduced by commit
|
||
|---|---|---|
| .. | ||
| clock_ops.c | ||
| generic_ops.c | ||
| main.c | ||
| Makefile | ||
| opp.c | ||
| power.h | ||
| runtime.c | ||
| sysfs.c | ||
| trace.c | ||
| wakeup.c | ||