Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36d36b88 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent edcfdd91
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */