]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: rsnd: NULL check is not needed for clk_unprepare()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 31 Oct 2017 00:39:17 +0000 (00:39 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 31 Oct 2017 11:06:42 +0000 (11:06 +0000)
commited3ac14ca90074d51f365dba5ed535e76ea155ea
treef8c31b982df74b3d230425490438814e99ebb9a4
parentb12f1e3a798e19727ca632d92abe619b418ad0d0
ASoC: rsnd: NULL check is not needed for clk_unprepare()

clk_unprepare() is checking parameter by IS_ERR_OR_NULL().
clk NULL check is not needed on rsnd_mod_quit()

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