diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2025-07-02 09:48:44 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-08-13 11:07:11 +0300 |
commit | 852bb7c08c134162b7063d1fdf9b1cc1ba839d0c (patch) | |
tree | ddd0428655e8aa212abaa4f6ec5c97a12f070403 /rust/helpers/vmalloc.c | |
parent | cfb29225db20c56432a8525366321c0c09edfb2e (diff) |
drm/tidss: remove redundant assignment to variable ret
The assignment of zero to variable is redundant as the following
continue statement loops back to the start of the loop where
ret is assigned a new value from the return to the call to
get_parent_dss_vp. Remove assignment.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20250702084844.966199-1-colin.i.king@gmail.com
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'rust/helpers/vmalloc.c')
0 files changed, 0 insertions, 0 deletions