[media] m88ds3103: rename variables and correct logging
authorAntti Palosaari <crope@iki.fi>
Fri, 17 Apr 2015 00:36:00 +0000 (21:36 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 10 Jun 2015 14:05:58 +0000 (11:05 -0300)
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>
drivers/media/dvb-frontends/Kconfig
drivers/media/dvb-frontends/m88ds3103.c
drivers/media/dvb-frontends/m88ds3103.h
drivers/media/dvb-frontends/m88ds3103_priv.h

index ba65a00..b7627ca 100644 (file)
@@ -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