Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113839
b: refs/heads/master
c: 06fcadb
h: refs/heads/master
i:
  113837: 29c680b
  113835: 1dcaa0a
  113831: 904f94e
  113823: 230cc34
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 27895d5 commit 037e582
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e9e24cee67bf71b929b646387f286e907cbde5fc
refs/heads/master: 06fcadbf8b63e395d3ae8421a8c3cb2dfd0bc56b
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/drx397xD.c
Original file line number Diff line number Diff line change
Expand Up @@ -1488,13 +1488,13 @@ struct dvb_frontend *drx397xD_attach(const struct drx397xD_config *config,
memcpy(&state->config, config, sizeof(struct drx397xD_config));

/* check if the demod is there */
if (RD16(s, 0x2410019) < 0)
if (RD16(state, 0x2410019) < 0)
goto error;

/* create dvb_frontend */
memcpy(&state->frontend.ops, &drx397x_ops,
sizeof(struct dvb_frontend_ops));
state->frontend.demodulator_priv = s;
state->frontend.demodulator_priv = state;

return &state->frontend;
error:
Expand Down

0 comments on commit 037e582

Please sign in to comment.