Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261592
b: refs/heads/master
c: e66131c
h: refs/heads/master
v: v3
  • Loading branch information
Abylay Ospan authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent a4a7a59 commit 954262f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b8f0d306b73162f9c9870ce5cd7b33b8204fcccc
refs/heads/master: e66131cee501ee720b7b58a4b87073b8fbaaaba6
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx23885/cx23885-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ int cx23885_dvb_unregister(struct cx23885_tsport *port)
* implement MFE support.
*/
fe0 = videobuf_dvb_get_frontend(&port->frontends, 1);
if (fe0->dvb.frontend)
if (fe0 && fe0->dvb.frontend)
videobuf_dvb_unregister_bus(&port->frontends);

switch (port->dev->board) {
Expand Down

0 comments on commit 954262f

Please sign in to comment.