Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192696
b: refs/heads/master
c: 1b4c5b1
h: refs/heads/master
v: v3
  • Loading branch information
Maykel Moya authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 75bde45 commit 659e5d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: ed0236afa2382e1b75fec2a080a1e11ff1909de1
refs/heads/master: 1b4c5b1f0582df9231e6e1093e504d7df3a062b9
4 changes: 3 additions & 1 deletion trunk/drivers/staging/tm6000/tm6000-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ int tm6000_dvb_attach_frontend(struct tm6000_core *dev)
return (!dvb->frontend) ? -1 : 0;
}

DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr);

int tm6000_dvb_register(struct tm6000_core *dev)
{
int ret = -1;
Expand All @@ -225,7 +227,7 @@ int tm6000_dvb_register(struct tm6000_core *dev)
}

ret = dvb_register_adapter(&dvb->adapter, "Trident TVMaster 6000 DVB-T",
THIS_MODULE, &dev->udev->dev);
THIS_MODULE, &dev->udev->dev, adapter_nr);
dvb->adapter.priv = dev;

if (dvb->frontend) {
Expand Down

0 comments on commit 659e5d7

Please sign in to comment.