summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/stv6110x_priv.h
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@gmx.de>2010-01-05 22:23:13 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 18:10:36 (GMT)
commitec2d3a62eff54b9dc556e9d9c9125b9bdc640171 (patch)
tree17d2bc614f01c4a7542c653dc6ee3984601cb7b1 /drivers/media/dvb/frontends/stv6110x_priv.h
parent0c3f9fd807d9ef842fcc7e47e447ed2c68d63e49 (diff)
downloadlinux-fsl-qoriq-ec2d3a62eff54b9dc556e9d9c9125b9bdc640171.tar.xz
V4L/DVB (13981): [STV6110x] Add a local register map for each instance of the driver.
Before there was used a static register map that could lead to issues when there are are multiple adapters with the STV6110(A). Signed-off-by: Andreas Regel <andreas.regel@gmx.de> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv6110x_priv.h')
-rw-r--r--drivers/media/dvb/frontends/stv6110x_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv6110x_priv.h b/drivers/media/dvb/frontends/stv6110x_priv.h
index 7260da6..0ec936a 100644
--- a/drivers/media/dvb/frontends/stv6110x_priv.h
+++ b/drivers/media/dvb/frontends/stv6110x_priv.h
@@ -68,6 +68,7 @@
struct stv6110x_state {
struct i2c_adapter *i2c;
const struct stv6110x_config *config;
+ u8 regs[8];
struct stv6110x_devctl *devctl;
};