Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219176
b: refs/heads/master
c: bdc6fad
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent fd21477 commit b633e57
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 27f84acf0be090a4948596696e534b65f0bff980
refs/heads/master: bdc6fad34139fdd5182e05977b4e5dc7ac132675
6 changes: 3 additions & 3 deletions trunk/drivers/media/dvb/frontends/cx22702.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MODULE_PARM_DESC(debug, "Enable verbose debug messages");
#define dprintk if (debug) printk

/* Register values to initialise the demod */
static u8 init_tab[] = {
static const u8 init_tab[] = {
0x00, 0x00, /* Stop aquisition */
0x0B, 0x06,
0x09, 0x01,
Expand Down Expand Up @@ -576,7 +576,7 @@ static void cx22702_release(struct dvb_frontend *fe)
kfree(state);
}

static struct dvb_frontend_ops cx22702_ops;
static const struct dvb_frontend_ops cx22702_ops;

struct dvb_frontend *cx22702_attach(const struct cx22702_config *config,
struct i2c_adapter *i2c)
Expand Down Expand Up @@ -608,7 +608,7 @@ struct dvb_frontend *cx22702_attach(const struct cx22702_config *config,
}
EXPORT_SYMBOL(cx22702_attach);

static struct dvb_frontend_ops cx22702_ops = {
static const struct dvb_frontend_ops cx22702_ops = {

.info = {
.name = "Conexant CX22702 DVB-T",
Expand Down

0 comments on commit b633e57

Please sign in to comment.