diff options
author | Johannes Stezenbach <js@linuxtv.org> | 2005-05-16 21:54:38 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 07:59:32 -0700 |
commit | 0b3f5a57bf110b519b706365c86ada199075f34e (patch) | |
tree | aaf3a3f19d4f122331180d2127764387d7a59dc9 /drivers/media/dvb/frontends/nxt2002.c | |
parent | d91b730dfb46fa889c9c7a67d8bd6596e2ac8b21 (diff) |
[PATCH] dvb: frontends: misc. minor cleanups
misc. minor cleanups, select FW_LOADER and add a help text to DVB_OR51132
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/frontends/nxt2002.c')
-rw-r--r-- | drivers/media/dvb/frontends/nxt2002.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/nxt2002.c b/drivers/media/dvb/frontends/nxt2002.c index 8805b0f5f61..35a1d60f192 100644 --- a/drivers/media/dvb/frontends/nxt2002.c +++ b/drivers/media/dvb/frontends/nxt2002.c @@ -343,8 +343,6 @@ static int nxt2002_setup_frontend_parameters (struct dvb_frontend* fe, /* reset the agc now that tuning has been completed */ nxt2002_agc_reset(state); - - /* set target power level */ switch (p->u.vsb.modulation) { case QAM_64: |