diff options
author | Antti Palosaari <crope@iki.fi> | 2015-04-17 02:36:00 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-10 16:05:58 +0200 |
commit | 7978b8a1bc8ae0f2aea1e4f36ef7642a1b86b9c6 (patch) | |
tree | 637a539a29f4478b0da8397cb41dc9edf20c61c7 /drivers/media/dvb-frontends/Kconfig | |
parent | [media] ts2020: Add a comment about lifetime of on-stack pdata in ts2020_atta... (diff) | |
download | linux-7978b8a1bc8ae0f2aea1e4f36ef7642a1b86b9c6.tar.xz linux-7978b8a1bc8ae0f2aea1e4f36ef7642a1b86b9c6.zip |
[media] m88ds3103: rename variables and correct logging
Rename driver state from priv to dev.
Use I2C client for correct logging.
Use adapter and address from I2C client structure where needed.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb-frontends/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index ba65a001ba25..b7627caba1e7 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -36,7 +36,7 @@ config DVB_STV6110x A Silicon tuner that supports DVB-S and DVB-S2 modes config DVB_M88DS3103 - tristate "Montage M88DS3103" + tristate "Montage Technology M88DS3103" depends on DVB_CORE && I2C && I2C_MUX default m if !MEDIA_SUBDRV_AUTOSELECT help |