Skip to content

Commit

Permalink
[media] cx231xx-dvb: remove unused variable
Browse files Browse the repository at this point in the history
Get rid of warning about unused variable

Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent bda7f4e commit 2bfcc06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/cx231xx/cx231xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2bfcc06

Please sign in to comment.