commit | 55869f435d7f6a121722c687e3ac056168e473eb | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | Thu Jan 26 13:37:23 2023 +0100 |
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | Wed Feb 08 08:32:10 2023 +0100 |
tree | 1ad6cd83fe7211b210f720a7a8065e5ec5383d10 | |
parent | 5a1a39a8ac30c7f116d427f7271927d976e4723e [diff] |
media: dvb-frontends: drx39xyj: replace return with goto for proper unwind In three places there was a return instead of a goto to the unwind code. This fixes three smatch warnings: drxj.c:9542 ctrl_get_qam_sig_quality() warn: missing unwind goto? drxj.c:10919 ctrl_set_standard() warn: missing unwind goto? drxj.c:11466 drxj_open() warn: missing unwind goto? Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>