Skip to content

Commit

Permalink
[media] tm6000: Warning cleanup
Browse files Browse the repository at this point in the history
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: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Nov 28, 2011
1 parent edcfdd9 commit 36d36b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/tm6000/tm6000-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 36d36b8

Please sign in to comment.