Re: [PATCH] ASoC: samsung: i2s: Remove redundant null check before clk_disable_unprepare

2020-10-29 Thread Krzysztof Kozlowski
On Thu, Oct 29, 2020 at 08:37:15AM +, Xu Wang wrote: > Because clk_disable_unprepare() already checked NULL clock parameter, > so the additional check is unnecessary, just remove it. You missed other places with it - the resume part. Best regards, Krzysztof > > Signed-off-by: Xu Wang >

[PATCH] ASoC: samsung: i2s: Remove redundant null check before clk_disable_unprepare

2020-10-29 Thread Xu Wang
Because clk_disable_unprepare() already checked NULL clock parameter, so the additional check is unnecessary, just remove it. Signed-off-by: Xu Wang --- sound/soc/samsung/i2s.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/samsung/i2s.c