Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131731
b: refs/heads/master
c: a40bf55
h: refs/heads/master
i:
  131729: d9783a2
  131727: 39c82b4
v: v3
  • Loading branch information
Henrik Kurelid authored and Stefan Richter committed Feb 24, 2009
1 parent 8b4acd5 commit b6ad8ad
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: 7199e523ef71d24cd8030ea454fca00bb52d58f0
refs/heads/master: a40bf5591681f707afcf550cdcb4cc1697a29504
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/firesat/firesat_dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ int firesat_dvbdev_init(struct firesat *firesat, struct device *dev)
err = DVB_REGISTER_ADAPTER(&firesat->adapter,
firedtv_model_names[firesat->type],
THIS_MODULE, dev, adapter_nr);
if (err)
if (err < 0)
goto fail_log;

/*DMX_TS_FILTERING | DMX_SECTION_FILTERING*/
Expand Down

0 comments on commit b6ad8ad

Please sign in to comment.