From c25c5c1d21edff235ed92175a0a7085ff1b6b835 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Sat, 16 Aug 2003 14:18:10 +0000 Subject: - 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... --- linux/drivers/media/common/saa7146_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') 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 */ -- cgit v1.2.3