提交 36d36b88 编写于 作者: M Mauro Carvalho Chehab

[media] tm6000: Warning cleanup

drivers/media/video/tm6000/tm6000-video.c: In function ‘tm6000_release’:
drivers/media/video/tm6000/tm6000-video.c:1608:7: warning: unused variable ‘err’ [-Wunused-variable]
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 edcfdd91
......@@ -1605,8 +1605,6 @@ static int tm6000_release(struct file *file)
res_free(dev, fh);
if (!dev->users) {
int err;
tm6000_uninit_isoc(dev);
/* Stop interrupt USB pipe */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册