diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2008-01-18 18:15:17 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 20:53:21 +0100 |
commit | 043a68b36dc137c5754183c7625950d7fe39be0b (patch) | |
tree | da2c437ba447b054b56de6bb27c198c45493a312 /drivers/media/dvb/frontends/stb0899_drv.c | |
parent | V4L/DVB (9443): Bug: Bandwidth calculation (diff) | |
download | linux-043a68b36dc137c5754183c7625950d7fe39be0b.tar.xz linux-043a68b36dc137c5754183c7625950d7fe39be0b.zip |
V4L/DVB (9444): Initialize post process events to NULL
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_drv.c')
-rw-r--r-- | drivers/media/dvb/frontends/stb0899_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_drv.c b/drivers/media/dvb/frontends/stb0899_drv.c index 45961193272b..4dc741de3690 100644 --- a/drivers/media/dvb/frontends/stb0899_drv.c +++ b/drivers/media/dvb/frontends/stb0899_drv.c @@ -583,7 +583,7 @@ static void stb0899_set_mclk(struct stb0899_state *state, u32 Mclk) static int stb0899_postproc(struct stb0899_state *state, u8 ctl, int enable) { struct stb0899_config *config = state->config; - struct stb0899_postproc *postproc = config->postproc; + const struct stb0899_postproc *postproc = config->postproc; /* post process event */ if (postproc) { |