Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295090
b: refs/heads/master
c: cd7334d
h: refs/heads/master
v: v3
  • Loading branch information
Akihiro Tsukada authored and Mauro Carvalho Chehab committed Mar 19, 2012
1 parent d5be30f commit 5dd4ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 7ff04760f737ac9eb2a5f8fc12a762a608c37692
refs/heads/master: cd7334d6d6d2cfba7e34ad6605fec61b556bc822
4 changes: 0 additions & 4 deletions trunk/drivers/media/dvb/pt1/pt1.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ struct pt1_adapter {
struct dvb_demux demux;
int users;
struct dmxdev dmxdev;
struct dvb_net net;
struct dvb_frontend *fe;
int (*orig_set_voltage)(struct dvb_frontend *fe,
fe_sec_voltage_t voltage);
Expand Down Expand Up @@ -624,7 +623,6 @@ static int pt1_wakeup(struct dvb_frontend *fe)

static void pt1_free_adapter(struct pt1_adapter *adap)
{
dvb_net_release(&adap->net);
adap->demux.dmx.close(&adap->demux.dmx);
dvb_dmxdev_release(&adap->dmxdev);
dvb_dmx_release(&adap->demux);
Expand Down Expand Up @@ -694,8 +692,6 @@ pt1_alloc_adapter(struct pt1 *pt1)
if (ret < 0)
goto err_dmx_release;

dvb_net_init(dvb_adap, &adap->net, &demux->dmx);

return adap;

err_dmx_release:
Expand Down

0 comments on commit 5dd4ab7

Please sign in to comment.