Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92626
b: refs/heads/master
c: 9950c1b
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 11d780f commit b0c98a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: fb7b37cf913c19dbdbb9bf3e653924e126b4007e
refs/heads/master: 9950c1b5b4b86d4aae12853c2f0a0ef11d976764
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,8 @@ static int cx8802_dvb_remove(struct cx8802_driver *drv)
struct cx8802_dev *dev = drv->core->dvbdev;

/* dvb */
videobuf_dvb_unregister(&dev->dvb);
if (dev->dvb.frontend)
videobuf_dvb_unregister(&dev->dvb);

vp3054_i2c_remove(dev);

Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,8 @@ static int dvb_fini(struct saa7134_dev *dev)
}
}
}
videobuf_dvb_unregister(&dev->dvb);
if (dev->dvb.frontend)
videobuf_dvb_unregister(&dev->dvb);
return 0;
}

Expand Down

0 comments on commit b0c98a2

Please sign in to comment.