diff options
Diffstat (limited to 'drivers/media/common/tuners/xc5000.c')
-rw-r--r-- | drivers/media/common/tuners/xc5000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index 7cf4f5bdb2ec..4878d6477a8c 100644 --- a/drivers/media/common/tuners/xc5000.c +++ b/drivers/media/common/tuners/xc5000.c | |||
@@ -278,7 +278,7 @@ static int xc_read_reg(struct xc5000_priv *priv, u16 regAddr, u16 *i2cData) | |||
278 | return result; | 278 | return result; |
279 | } | 279 | } |
280 | 280 | ||
281 | static int xc_load_i2c_sequence(struct dvb_frontend *fe, u8 i2c_sequence[]) | 281 | static int xc_load_i2c_sequence(struct dvb_frontend *fe, const u8 *i2c_sequence) |
282 | { | 282 | { |
283 | struct xc5000_priv *priv = fe->tuner_priv; | 283 | struct xc5000_priv *priv = fe->tuner_priv; |
284 | 284 | ||