From: Rafael J. Wysocki Date: Tue, 7 Jun 2011 21:34:58 +0000 (+0200) Subject: PM / Runtime: Fix loops in pm_runtime_clk_notify() X-Git-Tag: v3.0-rc3~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b3eca3116861113ccc0e1ca3b98cb43598f46a7;p=pandora-kernel.git PM / Runtime: Fix loops in pm_runtime_clk_notify() 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 600b776eb39a13a28b090 (OMAP1 / PM: Use generic clock manipulation routines for runtime PM). Reported-and-tested-by: Janusz Krzysztofik Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed