diff options
author | Johannes Stezenbach <js@linuxtv.org> | 2005-05-16 21:54:18 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 07:59:26 -0700 |
commit | bdc7800122da0b6b008aa9bdafc01e32b6a4576a (patch) | |
tree | ad6496d10897e3595b8f340497c2091015354bc8 /drivers/media/dvb/b2c2/flexcop.c | |
parent | c6ee197ccf4af454638c044706f0ba7ef6c1bb76 (diff) | |
download | blackbird-obmc-linux-bdc7800122da0b6b008aa9bdafc01e32b6a4576a.tar.gz blackbird-obmc-linux-bdc7800122da0b6b008aa9bdafc01e32b6a4576a.zip |
[PATCH] dvb: flexcop: i2c read fixes
rewrote the i2c-reading-part (no more ack-error ignoring, which was inherited
from the skystar2-driver)
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/b2c2/flexcop.c')
-rw-r--r-- | drivers/media/dvb/b2c2/flexcop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop.c b/drivers/media/dvb/b2c2/flexcop.c index df55e4c8ecd8..8b5d14dd36e3 100644 --- a/drivers/media/dvb/b2c2/flexcop.c +++ b/drivers/media/dvb/b2c2/flexcop.c @@ -184,10 +184,6 @@ static void flexcop_reset(struct flexcop_device *fc) fc->write_ibi_reg(fc,misc_204,v204); v204.misc_204.Per_reset_sig = 1; fc->write_ibi_reg(fc,misc_204,v204); - -/* v208.raw = 0; - v208.ctrl_208.Null_filter_sig = 1; - fc->write_ibi_reg(fc,ctrl_208,v208);*/ } struct flexcop_device *flexcop_device_kmalloc(size_t bus_specific_len) |