commit | bc179153ae2334efe28cf4f3300e024da7d83753 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sat May 24 00:12:23 2008 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Thu Jul 10 14:26:31 2008 +0100 |
tree | 9c300ab3a81d43da5d30d633106626f82a58d564 | |
parent | 99b6e4f511e38ea7beae35ee1b46b440151ce727 [diff] [blame] |
dvb frontends: treat firmware data as const Signed-off-by: David Woodhouse <dwmw2@infradead.org>
diff --git a/drivers/media/dvb/frontends/tda10048.c b/drivers/media/dvb/frontends/tda10048.c index 090fb7d..0ab8d86b 100644 --- a/drivers/media/dvb/frontends/tda10048.c +++ b/drivers/media/dvb/frontends/tda10048.c
@@ -233,7 +233,7 @@ } static int tda10048_writeregbulk(struct tda10048_state *state, u8 reg, - u8 *data, u16 len) + const u8 *data, u16 len) { int ret = -EREMOTEIO; struct i2c_msg msg;