mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
Revert "[media] fc0011: Return early, if the frequency is already tuned"
This reverts commit a92591a711
.
From: Michael Büsch <m@bues.ch>
To: linux-media@vger.kernel.org
Cc: mchehab@redhat.com
Subject: Re: [git:v4l-dvb/for_v3.9] [media] fc0011: Return early, if the frequency is already tuned
Date: Mon, 11 Feb 2013 21:59:19 +0100
Can you please revert this one again? It might cause issues if the dvb device
is reset/reinitialized.
Requested-by: Michael Büsch <m@bues.ch>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
cfb046cb80
commit
cdc69ae98b
1 changed files with 0 additions and 3 deletions
|
@ -187,9 +187,6 @@ static int fc0011_set_params(struct dvb_frontend *fe)
|
|||
u8 fa, fp, vco_sel, vco_cal;
|
||||
u8 regs[FC11_NR_REGS] = { };
|
||||
|
||||
if (priv->frequency == p->frequency)
|
||||
return 0;
|
||||
|
||||
regs[FC11_REG_7] = 0x0F;
|
||||
regs[FC11_REG_8] = 0x3E;
|
||||
regs[FC11_REG_10] = 0xB8;
|
||||
|
|
Loading…
Reference in a new issue