diff options
Diffstat (limited to 'drivers/media/dvb/frontends/tda1004x.c')
-rw-r--r-- | drivers/media/dvb/frontends/tda1004x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda1004x.c b/drivers/media/dvb/frontends/tda1004x.c index a0d638653567..1465ff77b0cb 100644 --- a/drivers/media/dvb/frontends/tda1004x.c +++ b/drivers/media/dvb/frontends/tda1004x.c | |||
@@ -317,7 +317,7 @@ static int tda10046h_set_bandwidth(struct tda1004x_state *state, | |||
317 | } | 317 | } |
318 | 318 | ||
319 | static int tda1004x_do_upload(struct tda1004x_state *state, | 319 | static int tda1004x_do_upload(struct tda1004x_state *state, |
320 | unsigned char *mem, unsigned int len, | 320 | const unsigned char *mem, unsigned int len, |
321 | u8 dspCodeCounterReg, u8 dspCodeInReg) | 321 | u8 dspCodeCounterReg, u8 dspCodeInReg) |
322 | { | 322 | { |
323 | u8 buf[65]; | 323 | u8 buf[65]; |