Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17319
b: refs/heads/master
c: 889aee8
h: refs/heads/master
i:
  17317: 7c09932
  17315: 222341e
  17311: 469c488
v: v3
  • Loading branch information
Christopher Pascoe authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 019bb8b commit c20c836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: e18828e43a52fb9a792938840cc32cbb2a9e1a5c
refs/heads/master: 889aee805a0c286e33965cc678ea16672d6c5666
4 changes: 1 addition & 3 deletions trunk/drivers/media/video/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -4075,8 +4075,6 @@ static int __devinit bttv_probe(struct pci_dev *dev,
}

/* add subdevices */
if (btv->has_remote)
bttv_sub_add_device(&btv->c, "remote");
if (bttv_tvcards[btv->c.type].has_dvb)
bttv_sub_add_device(&btv->c, "dvb");

Expand Down Expand Up @@ -4117,7 +4115,7 @@ static void __devexit bttv_remove(struct pci_dev *pci_dev)
btv->shutdown=1;
wake_up(&btv->gpioq);
bttv_input_fini(btv);
//bttv_sub_del_devices(&btv->c);
bttv_sub_del_devices(&btv->c);

/* unregister i2c_bus + input */
fini_bttv_i2c(btv);
Expand Down

0 comments on commit c20c836

Please sign in to comment.