summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/s921_module.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-02-26 14:47:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-02-26 14:47:44 -0300
commitb83e521a82f61e3457c258da93f43ceae36daec3 (patch)
tree47407d6c63aff85c95af85971df2f66ae508e1bf /linux/drivers/media/dvb/frontends/s921_module.c
parenta43bb4e65ce2015ec503f7933fbd136271d80c34 (diff)
parentf1b096388308b69fdc4fe54e5952a7f7beb845bb (diff)
downloadmediapointer-dvb-s2-b83e521a82f61e3457c258da93f43ceae36daec3.tar.gz
mediapointer-dvb-s2-b83e521a82f61e3457c258da93f43ceae36daec3.tar.bz2
merge: http://linuxtv.org/hg/~gliakhovetski/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/s921_module.c')
-rw-r--r--linux/drivers/media/dvb/frontends/s921_module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/s921_module.c b/linux/drivers/media/dvb/frontends/s921_module.c
index 8ae0676a5..4a673c184 100644
--- a/linux/drivers/media/dvb/frontends/s921_module.c
+++ b/linux/drivers/media/dvb/frontends/s921_module.c
@@ -233,7 +233,6 @@ struct dvb_frontend* s921_attach(const struct s921_config *config,
struct s921_state *state;
state = kzalloc(sizeof(struct s921_state), GFP_KERNEL);
- memset(state, 0x0, sizeof(struct s921_state));
state->addr = config->i2c_address;
state->i2c = i2c;