summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/si2168.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-12-05 14:54:14 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-01-29 18:41:49 -0200
commit346d4900f000eb938f918c1cb5b9c9d21013b175 (patch)
tree9f47d2083ddc22b6543473e0adab53215cdba8c8 /drivers/media/dvb-frontends/si2168.h
parent4affbe1d0825dc3c9c5fcec8a4848d8bbdd718cb (diff)
downloadop-kernel-dev-346d4900f000eb938f918c1cb5b9c9d21013b175.zip
op-kernel-dev-346d4900f000eb938f918c1cb5b9c9d21013b175.tar.gz
[media] si2168: rename few things
Rename some goto labels and more. No functionality changes. 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/si2168.h')
-rw-r--r--drivers/media/dvb-frontends/si2168.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/si2168.h b/drivers/media/dvb-frontends/si2168.h
index 87bc121..70d702a 100644
--- a/drivers/media/dvb-frontends/si2168.h
+++ b/drivers/media/dvb-frontends/si2168.h
@@ -36,14 +36,12 @@ struct si2168_config {
struct i2c_adapter **i2c_adapter;
/* TS mode */
+#define SI2168_TS_PARALLEL 0x06
+#define SI2168_TS_SERIAL 0x03
u8 ts_mode;
/* TS clock inverted */
bool ts_clock_inv;
-
};
-#define SI2168_TS_PARALLEL 0x06
-#define SI2168_TS_SERIAL 0x03
-
#endif
OpenPOWER on IntegriCloud