Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306099
b: refs/heads/master
c: 8e8a5ac
h: refs/heads/master
i:
  306097: 07489d4
  306095: 79f499a
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 00488d2 commit 234f777
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e898ef627214627883ed950ef3da5fa5788beb41
refs/heads/master: 8e8a5ac763d057fae50f2f7cc4fc830c5f815d26
7 changes: 7 additions & 0 deletions trunk/drivers/media/dvb/frontends/af9033.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,13 @@ struct dvb_frontend *af9033_attach(const struct af9033_config *config,
state->i2c = i2c;
memcpy(&state->cfg, config, sizeof(struct af9033_config));

if (state->cfg.clock != 12000000) {
printk(KERN_INFO "af9033: unsupported clock=%d, only " \
"12000000 Hz is supported currently\n",
state->cfg.clock);
goto err;
}

/* firmware version */
ret = af9033_rd_regs(state, 0x0083e9, &buf[0], 4);
if (ret < 0)
Expand Down

0 comments on commit 234f777

Please sign in to comment.