From: Marc Kleine-Budde Date: Fri, 22 Jun 2012 06:54:01 +0000 (+0200) Subject: ARM: Kirkwood: clk_register_gate_fn: add fn assignment X-Git-Tag: v3.5-rc4~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb2ce119c113e5c987fa81ed89e73b2653e28e4;p=pandora-kernel.git ARM: Kirkwood: clk_register_gate_fn: add fn assignment In commit: 98d9986 ARM: Kirkwood: Replace clock gating the kirkwood clock gating has been reworked. A custom variant of clock gating, that calls a custom function before gating the clock off, has been introduced. However in clk_register_gate_fn() this custom function "fn" is never assigned. This patch adds the missing fn assignment. Cc: stable Signed-off-by: Marc Kleine-Budde Tested-by: Andrew Lunn Acked-by: Andrew Lunn Signed-off-by: Olof Johansson --- Reading git-diff-tree failed