summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_core.c
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-08-16 14:18:10 +0000
committerMichael Hunold <devnull@localhost>2003-08-16 14:18:10 +0000
commitc25c5c1d21edff235ed92175a0a7085ff1b6b835 (patch)
treec21294ea51b724f59ce5559ab9909fa81c698f59 /linux/drivers/media/common/saa7146_core.c
parentfc90a60fcf2cc906eb4583ac2fc5f7fa6927938c (diff)
downloadmediapointer-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.c2
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 */