diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-01-26 13:37:23 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-02-08 08:32:10 +0100 |
commit | 55869f435d7f6a121722c687e3ac056168e473eb (patch) | |
tree | 1ad6cd83fe7211b210f720a7a8065e5ec5383d10 /drivers/media/dvb-frontends/itd1000_priv.h | |
parent | media: marvell: change return to goto for proper unwind (diff) | |
download | linux-55869f435d7f6a121722c687e3ac056168e473eb.tar.xz linux-55869f435d7f6a121722c687e3ac056168e473eb.zip |
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>
Diffstat (limited to 'drivers/media/dvb-frontends/itd1000_priv.h')
0 files changed, 0 insertions, 0 deletions