V4L/DVB (11997): gspca - stv06xx: remove needless if check and goto
Patch removes needless if check and goto. Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> Reviewed-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Родитель
27049dc301
Коммит
226a040e6a
|
@ -293,8 +293,6 @@ static void stv06xx_stopN(struct gspca_dev *gspca_dev)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
err = sd->sensor->stop(sd);
|
err = sd->sensor->stop(sd);
|
||||||
if (err < 0)
|
|
||||||
goto out;
|
|
||||||
|
|
||||||
out:
|
out:
|
||||||
if (err < 0)
|
if (err < 0)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче