diff options
author | Arushi Singhal <arushisinghal19971997@gmail.com> | 2017-03-14 19:25:07 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-16 11:17:07 +0900 |
commit | 95fab47ba2dda5789ece087323da8312c0c0549e (patch) | |
tree | d9378179914b60894eafaa8449653ec28cc8ae73 /drivers/media | |
parent | 79bd555462e7a2f0295eff5c16b4fc2d3c65d285 (diff) | |
download | linux-95fab47ba2dda5789ece087323da8312c0c0549e.tar.gz linux-95fab47ba2dda5789ece087323da8312c0c0549e.tar.bz2 linux-95fab47ba2dda5789ece087323da8312c0c0549e.zip |
staging: dvb-frontends: removed code in comments.
Commenting out Code is a Bad Idea.
Comments are their to explain the code and how the code achieves its
goal and as codes in the comments does not explain what the code is
doing so there is no use of commenting them.
So in this patch codes in the comments are removed.
Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb-frontends/drxk_hard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drxk_hard.c b/drivers/media/dvb-frontends/drxk_hard.c index 7e1bbbaad625..2fe493768003 100644 --- a/drivers/media/dvb-frontends/drxk_hard.c +++ b/drivers/media/dvb-frontends/drxk_hard.c @@ -5283,7 +5283,6 @@ static int qam_set_symbolrate(struct drxk_state *state) /* Select & calculate correct IQM rate */ adc_frequency = (state->m_sys_clock_freq * 1000) / 3; ratesel = 0; - /* printk(KERN_DEBUG "drxk: SR %d\n", state->props.symbol_rate); */ if (state->props.symbol_rate <= 1188750) ratesel = 3; else if (state->props.symbol_rate <= 2377500) |