From: Mike Turquette Date: Tue, 14 Jan 2014 20:56:01 +0000 (-0800) Subject: clk: composite: pass mux_hw into determine_rate X-Git-Tag: v3.14-rc1~109^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d2043fbe4ddc6cc16ba71b49c2c13f4cb2fe932;p=pandora-kernel.git clk: composite: pass mux_hw into determine_rate The composite clock's .determine_rate implementation can call the underyling .determine_rate callback corresponding to rate_hw or the underlying .determine_rate callback corresponding to mux_hw. In both cases we pass in rate_hw, which is wrong. Fixed by passing mux_hw into the correct callback. Reported-by: Lemon Dai Signed-off-by: Mike Turquette --- Reading git-diff-tree failed