Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98471
b: refs/heads/master
c: bf67cac
h: refs/heads/master
i:
  98469: 84f797d
  98467: 473d76d
  98463: 6dd7ec8
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jun 26, 2008
1 parent bea35f1 commit 6d4114f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fde60748d2f0345cabff20d25458c67d4ac06034
refs/heads/master: bf67cac1314ba29676fbac2decde0e2e0a8170f8
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 @@ -1338,7 +1338,8 @@ static int dvb_init(struct saa7134_dev *dev)
return ret;

dettach_frontend:
dvb_frontend_detach(dev->dvb.frontend);
if (dev->dvb.frontend)
dvb_frontend_detach(dev->dvb.frontend);
dev->dvb.frontend = NULL;

return -1;
Expand Down

0 comments on commit 6d4114f

Please sign in to comment.