summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-01-15 09:01:05 +0000
committerMichael Hunold <devnull@localhost>2003-01-15 09:01:05 +0000
commita0679558590ef5305b58c4f19727bdf5f0754486 (patch)
treeb808047d0598bac16269e407970ee9aa3aa747b0 /linux/drivers
parentaa2af06793de04a2e6b0141c509def180a96f7b8 (diff)
downloadmediapointer-dvb-s2-a0679558590ef5305b58c4f19727bdf5f0754486.tar.gz
mediapointer-dvb-s2-a0679558590ef5305b58c4f19727bdf5f0754486.tar.bz2
One should test changes before committing them...
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/ttpci-budget/budget-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci-budget/budget-core.c b/linux/drivers/media/dvb/ttpci-budget/budget-core.c
index db9f9b053..b3d19c072 100644
--- a/linux/drivers/media/dvb/ttpci-budget/budget-core.c
+++ b/linux/drivers/media/dvb/ttpci-budget/budget-core.c
@@ -421,7 +421,7 @@ int budget_attach (struct saa7146_dev* dev, struct saa7146_pci_extension_data *i
/* the Siemens DVB needs this if you want to have the i2c chips
get recognized before the main driver is loaded */
- saa7146_write(saa->mem, GPIO_CTRL, 0x500000);
+ saa7146_write(dev, GPIO_CTRL, 0x500000);
saa7146_i2c_adapter_prepare(dev, NULL, SAA7146_I2C_BUS_BIT_RATE_3200);
budget->i2c_bus = dvb_register_i2c_bus (master_xfer, dev, budget->dvb_adapter, 0);