diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/cx24116.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx24116.c b/drivers/media/dvb/frontends/cx24116.c index fe62f92f6601..b144b308a4dd 100644 --- a/drivers/media/dvb/frontends/cx24116.c +++ b/drivers/media/dvb/frontends/cx24116.c | |||
@@ -215,7 +215,7 @@ static int cx24116_writereg(struct cx24116_state *state, int reg, int data) | |||
215 | 215 | ||
216 | /* Bulk byte writes to a single I2C address, for 32k firmware load */ | 216 | /* Bulk byte writes to a single I2C address, for 32k firmware load */ |
217 | static int cx24116_writeregN(struct cx24116_state *state, int reg, | 217 | static int cx24116_writeregN(struct cx24116_state *state, int reg, |
218 | u8 *data, u16 len) | 218 | const u8 *data, u16 len) |
219 | { | 219 | { |
220 | int ret = -EREMOTEIO; | 220 | int ret = -EREMOTEIO; |
221 | struct i2c_msg msg; | 221 | struct i2c_msg msg; |