Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330579
b: refs/heads/master
c: 3024985
h: refs/heads/master
i:
  330577: b6a2846
  330575: edda215
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Aug 4, 2012
1 parent 05d0353 commit b95b2e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6ecf8bb4e0fbda10f41770187e2120c282770f4
refs/heads/master: 3024985d15bdf5e8a55468a35c86ed9fa8c3eec5
3 changes: 1 addition & 2 deletions trunk/drivers/media/dvb/dvb-usb/dvb_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ struct dvb_usb_adapter_fe_properties {
int (*frontend_attach) (struct dvb_usb_adapter *);
int (*tuner_attach) (struct dvb_usb_adapter *);

struct usb_data_stream_properties stream;

int size_of_priv;
};

Expand All @@ -144,6 +142,7 @@ struct dvb_usb_adapter_properties {

int num_frontends;
struct dvb_usb_adapter_fe_properties fe[MAX_NO_OF_FE_PER_ADAP];
struct usb_data_stream_properties stream;
};

/**
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb/dvb_usb_dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int dvb_usb_adapter_stream_init(struct dvb_usb_adapter *adap)
if (ret < 0)
return ret;
} else {
stream_props = adap->props.fe[0].stream;
stream_props = adap->props.stream;
}

/* FIXME: can be removed as set later in anyway */
Expand Down Expand Up @@ -139,7 +139,7 @@ static int dvb_usb_ctrl_feed(struct dvb_demux_feed *dvbdmxfeed, int onoff)
if (ret < 0)
return ret;
} else {
stream_props = adap->props.fe[adap->active_fe].stream;
stream_props = adap->props.stream;
}

deb_ts("submitting all URBs\n");
Expand Down

0 comments on commit b95b2e8

Please sign in to comment.