diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-07-02 20:59:29 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 12:24:20 +0200 |
commit | 203c204b39fef2c1c99e4b39e61ba292aa60142a (patch) | |
tree | 9762e0b2e40e11516af9dc324672342db7f80495 /drivers/media | |
parent | V4L/DVB (8313): sms1xxx: add support for Hauppauge WinTV-Nova-T-MiniStick (diff) | |
download | linux-203c204b39fef2c1c99e4b39e61ba292aa60142a.tar.xz linux-203c204b39fef2c1c99e4b39e61ba292aa60142a.zip |
V4L/DVB (8315): zr36067: Delete dead code
This has been commented out for years, it's about time to get rid of
it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/zoran_card.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/media/video/zoran_card.c b/drivers/media/video/zoran_card.c index 5ce1ec7338bf..0929edb2d4f1 100644 --- a/drivers/media/video/zoran_card.c +++ b/drivers/media/video/zoran_card.c @@ -358,14 +358,6 @@ i2cid_to_modulename (u16 i2c_id) case I2C_DRIVERID_VPX3220: name = "vpx3220"; break; -/* case I2C_DRIVERID_VPX3224: - name = "vpx3224"; - break; - case I2C_DRIVERID_MSE3000: - name = "mse3000"; - break;*/ - default: - break; } return name; @@ -386,8 +378,6 @@ codecid_to_modulename (u16 codecid) case CODEC_TYPE_ZR36016: name = "zr36016"; break; - default: - break; } return name; @@ -428,7 +418,6 @@ static struct card_info zoran_cards[NUM_CARDS] __devinitdata = { .type = DC10_old, .name = "DC10(old)", .i2c_decoder = I2C_DRIVERID_VPX3220, - /*.i2c_encoder = I2C_DRIVERID_MSE3000,*/ .video_codec = CODEC_TYPE_ZR36050, .video_vfe = CODEC_TYPE_ZR36016, |