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

Commit 2bfcc061 authored by Devin Heitmueller's avatar Devin Heitmueller Committed by Mauro Carvalho Chehab
Browse files

[media] cx231xx-dvb: remove unused variable



Get rid of warning about unused variable

Signed-off-by: default avatarDevin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent bda7f4ee
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -209,8 +209,6 @@ static inline int dvb_isoc_copy(struct cx231xx *dev, struct urb *urb)

static inline int dvb_bulk_copy(struct cx231xx *dev, struct urb *urb)
{
	int i;

	if (!dev)
		return 0;