diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-22 13:45:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:48 -0400 |
commit | a9317abfba0850b006aed000e2acc4bee150410a (patch) | |
tree | 25f35d23c562a02e29a863acacde1ffae6e3ac86 /drivers/media/video/cx88/cx88-cards.c | |
parent | 000e27a639f16e2df70a3b0bec7edfab79e5e717 (diff) |
V4L/DVB (7327): cx88: Fix memset for tuner-xc3028 control
Fix a cut-and-paste error
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 3e7ddee9aba6..4c1e876a9232 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -2416,7 +2416,7 @@ static void cx88_card_setup(struct cx88_core *core) | |||
2416 | struct v4l2_priv_tun_config xc2028_cfg; | 2416 | struct v4l2_priv_tun_config xc2028_cfg; |
2417 | struct xc2028_ctrl ctl; | 2417 | struct xc2028_ctrl ctl; |
2418 | 2418 | ||
2419 | memset(&xc2028_cfg, 0, sizeof(ctl)); | 2419 | memset(&xc2028_cfg, 0, sizeof(xc2028_cfg)); |
2420 | memset(&ctl, 0, sizeof(ctl)); | 2420 | memset(&ctl, 0, sizeof(ctl)); |
2421 | 2421 | ||
2422 | ctl.fname = XC2028_DEFAULT_FIRMWARE; | 2422 | ctl.fname = XC2028_DEFAULT_FIRMWARE; |