ASoC: es8328: Remove redundant null check before clk_disable_unprepare
authorXu Wang <vulab@iscas.ac.cn>
Fri, 8 Jan 2021 08:58:34 +0000 (08:58 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 8 Jan 2021 14:00:43 +0000 (14:00 +0000)
commit31c51a424f5163ee6f14fcc251f81078457123e1
treebf3b85fad339d3988d3415f9acba02622f5114d2
parent2c1382840c194533399818d0ed39dfc94f906187
ASoC: es8328: Remove redundant null check before clk_disable_unprepare

Because clk_disable_unprepare() already checked NULL clock parameter,
so the additional check is unnecessary, just remove it.

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Link: https://lore.kernel.org/r/20210108085834.7168-1-vulab@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.c