OSDN Git Service

ASoC: rcar: fixup of_clk_add_provider() usage for multi clkout
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 30 Mar 2017 01:49:06 +0000 (01:49 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 30 Mar 2017 21:22:32 +0000 (22:22 +0100)
commitd7f298197a22f11b38059f257842dac7c30a564c
tree999c45b884228b6f9601e92e71e0e1d94219a76d
parent9986943ef5d61a9bea3c86000d91d3b789f0060e
ASoC: rcar: fixup of_clk_add_provider() usage for multi clkout

Current adg is calling of_clk_add_povider() multiple times,
but it is not correct usage. This patch fixup its parameter
and call it once.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/adg.c