]> git.baikalelectronics.ru Git - kernel.git/commit
clk: rockchip: initialize flags of clk_init_data in mmc-phase clock
authorHeiko Stuebner <heiko@sntech.de>
Tue, 17 May 2016 18:57:50 +0000 (20:57 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 30 May 2016 07:40:23 +0000 (09:40 +0200)
commit00db476ee36cd7684ec29ea0e624cc0fd0eb8f50
treef3de24adb690ef13eaca6cfaf727de5fa08b93ad
parent50071cc55229e13f7b459c28388ff0f4e1bac824
clk: rockchip: initialize flags of clk_init_data in mmc-phase clock

The flags element of clk_init_data was never initialized for mmc-
phase-clocks resulting in the element containing a random value
and thus possibly enabling unwanted clock flags.

Fixes: 72147e6936a0 ("clk: rockchip: Add support for the mmc clock phases using the framework")
Cc: stable@vger.kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-mmc-phase.c