]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[media] xc5000: Remove the global mutex lock at xc5000 firmware init
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 7 Dec 2011 09:48:16 +0000 (07:48 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 7 Dec 2011 09:59:14 +0000 (07:59 -0200)
commit2bf936290baff2507763a2540cd9029e70ae39e2
tree6ac1d6f00d0c82405892a6ad3b03f118b7b03f1e
parent2a887d27708a4f9f3b5ad8258f9e19a150b58f03
[media] xc5000: Remove the global mutex lock at xc5000 firmware init

As reported by Devin Heitmueller <dheitmueller@kernellabs.com>:

> It seems like a change such as this could significantly change the
> timing of tuner initialization if you have multiple xc5000 based
> products that might have a slow i2c bus.  Was that intentional?

After discussed with Eddi de Pierri <eddi@depieri.net>, it was pointed that
the change was not intentional, and it was just a trial while developing
the patches that add support for HVR-930C.

So, remove this hack.

Reported-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Acked by: Eddi de Pierri <eddi@depieri.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/xc5000.c