diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-02 22:11:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 11:55:29 -0200 |
commit | da7365f46607207c8166167ba497e3cb3e02270d (patch) | |
tree | c56ad281f9afc0977fea8d0e11d06c2593450a61 /drivers/media/dvb/mantis/mantis_core.c | |
parent | 55172773c57221c7c81e445d04f811f2f0478c3e (diff) | |
download | talos-obmc-linux-da7365f46607207c8166167ba497e3cb3e02270d.tar.gz talos-obmc-linux-da7365f46607207c8166167ba497e3cb3e02270d.zip |
V4L/DVB (13708): [Mantis] Remove some dead code
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_core.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/mantis/mantis_core.c b/drivers/media/dvb/mantis/mantis_core.c index 1012959499a2..d159ad6fc321 100644 --- a/drivers/media/dvb/mantis/mantis_core.c +++ b/drivers/media/dvb/mantis/mantis_core.c @@ -48,7 +48,6 @@ static int read_eeprom_byte(struct mantis_pci *mantis, u8 *data, u8 length) return err; } -// msleep_interruptible(2); return 0; } @@ -75,7 +74,6 @@ static int write_eeprom_byte(struct mantis_pci *mantis, u8 *data, u8 length) return 0; } - static int get_mac_address(struct mantis_pci *mantis) { int err; |