diff options
author | Michael Hunold <devnull@localhost> | 2003-08-16 14:18:10 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-08-16 14:18:10 +0000 |
commit | c25c5c1d21edff235ed92175a0a7085ff1b6b835 (patch) | |
tree | c21294ea51b724f59ce5559ab9909fa81c698f59 /linux/drivers/media/common/saa7146_core.c | |
parent | fc90a60fcf2cc906eb4583ac2fc5f7fa6927938c (diff) | |
download | mediapointer-dvb-s2-c25c5c1d21edff235ed92175a0a7085ff1b6b835.tar.gz mediapointer-dvb-s2-c25c5c1d21edff235ed92175a0a7085ff1b6b835.tar.bz2 |
- re-disable the saa7146 master reset on device startup. I enabled this
for debugging purposes and committed this change by accident. My PC at
home does a hard freeze when the master reset is done...
Diffstat (limited to 'linux/drivers/media/common/saa7146_core.c')
-rw-r--r-- | linux/drivers/media/common/saa7146_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/common/saa7146_core.c b/linux/drivers/media/common/saa7146_core.c index 3223e3338..b44ef24f4 100644 --- a/linux/drivers/media/common/saa7146_core.c +++ b/linux/drivers/media/common/saa7146_core.c @@ -316,8 +316,8 @@ static int saa7146_init_one(struct pci_dev *pci, const struct pci_device_id *ent /* we don't do a master reset here anymore, it screws up some boards that don't have an i2c-eeprom for configuration values */ - saa7146_write(dev, MC1, MASK_31); /* + saa7146_write(dev, MC1, MASK_31); */ /* disable alle irqs */ |