Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298930
b: refs/heads/master
c: c065f5b
h: refs/heads/master
v: v3
  • Loading branch information
Hans Petter Selasky authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 9c0db67 commit 08b76c6
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: 4da28766140449e04270246fae310c137180652d
refs/heads/master: c065f5b4ee4487bbd411049be6eea1b59a90db96
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int dtv_property_legacy_params_sync(struct dvb_frontend *fe,

static bool has_get_frontend(struct dvb_frontend *fe)
{
return fe->ops.get_frontend;
return fe->ops.get_frontend != NULL;
}

/*
Expand Down

0 comments on commit 08b76c6

Please sign in to comment.