diff options
author | Manu Abraham <manu@linuxtv.org> | 2008-01-18 21:15:17 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2008-01-18 21:15:17 +0400 |
commit | e60074d344e06a54b1808d50ead56c3af27c26ac (patch) | |
tree | 56863b265b9e72a9f1441018c449264c5435247b /linux/drivers/media/dvb/frontends | |
parent | e26b6fdba08d411586b8a313be072175217f697f (diff) | |
download | mediapointer-dvb-s2-e60074d344e06a54b1808d50ead56c3af27c26ac.tar.gz mediapointer-dvb-s2-e60074d344e06a54b1808d50ead56c3af27c26ac.tar.bz2 |
Initialize post process events to NULL
From: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stb0899_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stb0899_drv.c b/linux/drivers/media/dvb/frontends/stb0899_drv.c index 2790989b6..9067240ce 100644 --- a/linux/drivers/media/dvb/frontends/stb0899_drv.c +++ b/linux/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) { |