From: James Liao Date: Thu, 21 May 2015 07:12:52 +0000 (+0800) Subject: clk: mediatek: Fix apmixedsys clock registration X-Git-Tag: omap-for-v4.3/legacy-v2-signed~79^2~18^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90acb40f1874f7b304b1d8d9b07c72aa83337e31;p=pandora-kernel.git clk: mediatek: Fix apmixedsys clock registration The size of clk_data should be the same as CLK_APMIXED_NR_CLK instead of ARRAY_SIZE(plls). CLK_APMIXED_* is numbered from 1, so CLK_APMIXED_NR_CLK will be greater than ARRAY_SIZE(plls). Signed-off-by: James Liao Acked-by: Sascha Hauer Signed-off-by: Stephen Boyd --- Reading git-diff-tree failed