media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 5 May 2020 07:50:34 +0000 (09:50 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 5 May 2020 15:26:26 +0000 (17:26 +0200)
commit62eedb356188376acd0368384a9b294d5180c00b
tree43cfcd011d9d2b90bdb318bbe1ae26d58bb97681
parentf4d12d8009d9e9917859c6a4291d49c6e70e92c1
media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()'

It is spurious to call 'clk_disable_unprepare()' when
'clk_prepare_enable()' has not been called yet.
Re-order the error handling path to avoid it.

Fixes: a4260ea49547 ("media: sun4i: Add H3 deinterlace driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil-cisco@xs4all.nl: err_exlusive_rate -> err_exclusive_rate]
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/sunxi/sun8i-di/sun8i-di.c