diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-04-24 18:47:20 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-11-25 13:01:11 +0300 |
commit | af0dc3b0afae85941338aae9d6d3c1f0904d9979 (patch) | |
tree | d5bc7a3adf7c629da17ea7e587b4be0cdad052a2 /scripts/generate_rust_analyzer.py | |
parent | a15fe8d9f1bf460a804bcf18a890bfd2cf0d5caa (diff) | |
download | linux-af0dc3b0afae85941338aae9d6d3c1f0904d9979.tar.xz |
media: dvbdev: remove redundant initialization of variable ret
Variable ret is being ininitialized with a value that is never read.
The ininitializtion is redundant and can be removed. Move the variable
to the scope it is required.
Link: https://lore.kernel.org/linux-media/20220424154720.1356873-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions