Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357210
b: refs/heads/master
c: d3a9509
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent 8208b9a commit af43223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 37320d7bc0180979d49de21b90f30a97f57b3ee1
refs/heads/master: d3a950918446e201f0f9048995badc4fe8ba4e20
5 changes: 2 additions & 3 deletions trunk/drivers/media/usb/dvb-usb/friio-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,10 @@ struct dvb_frontend *jdvbt90502_attach(struct dvb_usb_device *d)

/* setup the state */
state->i2c = &d->i2c_adap;
memcpy(&state->config, &friio_fe_config, sizeof(friio_fe_config));
state->config = friio_fe_config;

/* create dvb_frontend */
memcpy(&state->frontend.ops, &jdvbt90502_ops,
sizeof(jdvbt90502_ops));
state->frontend.ops = jdvbt90502_ops;
state->frontend.demodulator_priv = state;

if (jdvbt90502_init(&state->frontend) < 0)
Expand Down

0 comments on commit af43223

Please sign in to comment.