diff options
author | Manu Abraham <manu@linuxtv.org> | 2005-09-09 16:03:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:43 -0400 |
commit | a427de6f72bc0d83ebb1d87f9003c5e1009f21cd (patch) | |
tree | d036ad01c3a278f9adf99e086ea66612817d4fa0 /drivers/media/dvb/bt8xx/dst_common.h | |
parent | 94b7410c8a2d23fad5937b326a0a9e8c5a876e2d (diff) |
[PATCH] dvb: dst: dprrintk cleanup
Code Cleanup:
o Remove debug noise
o Remove debug module parameter
debug level is achieved using the verbosity level
o Updated to kernel coding style
(case labels should not be indented)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_common.h')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h index ef532a6aceaa..c0ee0b197bb8 100644 --- a/drivers/media/dvb/bt8xx/dst_common.h +++ b/drivers/media/dvb/bt8xx/dst_common.h | |||
@@ -61,7 +61,6 @@ | |||
61 | #define DST_TYPE_HAS_ANALOG 64 /* Analog inputs */ | 61 | #define DST_TYPE_HAS_ANALOG 64 /* Analog inputs */ |
62 | #define DST_TYPE_HAS_SESSION 128 | 62 | #define DST_TYPE_HAS_SESSION 128 |
63 | 63 | ||
64 | |||
65 | #define RDC_8820_PIO_0_DISABLE 0 | 64 | #define RDC_8820_PIO_0_DISABLE 0 |
66 | #define RDC_8820_PIO_0_ENABLE 1 | 65 | #define RDC_8820_PIO_0_ENABLE 1 |
67 | #define RDC_8820_INT 2 | 66 | #define RDC_8820_INT 2 |
@@ -124,15 +123,12 @@ struct dst_types { | |||
124 | u32 dst_feature; | 123 | u32 dst_feature; |
125 | }; | 124 | }; |
126 | 125 | ||
127 | |||
128 | |||
129 | struct dst_config | 126 | struct dst_config |
130 | { | 127 | { |
131 | /* the ASIC i2c address */ | 128 | /* the ASIC i2c address */ |
132 | u8 demod_address; | 129 | u8 demod_address; |
133 | }; | 130 | }; |
134 | 131 | ||
135 | |||
136 | int rdc_reset_state(struct dst_state *state); | 132 | int rdc_reset_state(struct dst_state *state); |
137 | int rdc_8820_reset(struct dst_state *state); | 133 | int rdc_8820_reset(struct dst_state *state); |
138 | 134 | ||