]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: s5p-mfc: Fix an error handling path s5p_mfc_open()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 19 Nov 2024 20:42:28 +0000 (21:42 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 2 Dec 2024 13:05:26 +0000 (14:05 +0100)
commitfddffe84b1af672da933ab236f8e7f25c8619dd1
tree836ed96e36f47d269401ebada1861ded65e158b9
parent5c546082840f8f91631623706f39bf5daa77d16c
media: s5p-mfc: Fix an error handling path s5p_mfc_open()

A mfc_debug_enter() is not balanced by a corresponding mfc_debug_leave().
Add the missing call.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c