Files
linux/drivers/media/usb/cx231xx
Colin Ian King 44cfae26a2 media: cx231xx: remove redundant assignment to variable value
The variable value is being assigned a value that is never read
afterwards, the following if statement re-assigns it with a new
value in both paths of the if statement. The assignment is
redundant and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2024-12-02 14:05:24 +01:00
..
2024-10-28 15:35:56 +01:00