Skip to content
Commit 3a7c5c21 authored by Colin Ian King's avatar Colin Ian King Committed by Hans Verkuil
Browse files

media: gspca: remove redundant assignment of variable n



The variable n is being assigned a value that is never read, it is
being reassigned a different value a few statements later. The
assignment is redundant and can be removed.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent f15799b7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment