提交 226a040e 编写于 作者: A Alexey Klimov 提交者: Mauro Carvalho Chehab

V4L/DVB (11997): gspca - stv06xx: remove needless if check and goto

Patch removes needless if check and goto.
Signed-off-by: NAlexey Klimov <klimov.linux@gmail.com>
Reviewed-by: NErik Andrén <erik.andren@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 27049dc3
......@@ -293,8 +293,6 @@ static void stv06xx_stopN(struct gspca_dev *gspca_dev)
goto out;
err = sd->sensor->stop(sd);
if (err < 0)
goto out;
out:
if (err < 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册