aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/xc5000_priv.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2007-12-20 01:14:43 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:12 -0200
commite12671cf0c3c8460dfa3ab945023803612827fb7 (patch)
treed663d35b7552fb6405be4474a1581dca583641dc /drivers/media/dvb/frontends/xc5000_priv.h
parentd1987d55a1eda774dfbab240a432607c17241d07 (diff)
V4L/DVB (6886): xc5000: Cleanups of types, result codes etc
This translates much of the xceive coding style, adds some result codes and generally cleans up whitespace and function arguments. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/xc5000_priv.h')
-rw-r--r--drivers/media/dvb/frontends/xc5000_priv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/xc5000_priv.h b/drivers/media/dvb/frontends/xc5000_priv.h
index a2b54535db0..13b2d19341d 100644
--- a/drivers/media/dvb/frontends/xc5000_priv.h
+++ b/drivers/media/dvb/frontends/xc5000_priv.h
@@ -26,11 +26,10 @@ struct xc5000_priv {
struct xc5000_config *cfg;
struct i2c_adapter *i2c;
- u32 frequency;
+ u32 freq_hz;
u32 bandwidth;
u8 video_standard;
u8 rf_mode;
-
u8 fwloaded;
};