commit | 709d297503e64ec3804b3b8150628656db164d4b | [log] [tgz] |
---|---|---|
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | Tue Oct 26 10:10:30 2021 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed Oct 27 15:57:15 2021 +0100 |
tree | 7c1bf510ffe36b972059d928f0ef1082c4312053 | |
parent | 63ff4c50ac5667f697799d780c0fe7b74585e28b [diff] |
ASoC: rt5682-i2c: Use devm_clk_get_optional for optional clock The mclk clock is optional, but it's currently using devm_clk_get: simplify the handling by using devm_clk_get_optional instead. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20211026081030.422481-1-angelogioacchino.delregno@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>