git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d20a7f7
)
[media] az6007: Comment the gate_ctl mutex
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 23 Jul 2011 12:58:38 +0000
(09:58 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 21 Jan 2012 15:44:50 +0000
(13:44 -0200)
The mutex is there to protect the I2C gate. However, for some reason,
it is being called twice:
[ 2103.542796] usbcore: registered new interface driver dvb_usb_az6007
[ 2103.772392] az6007: drxk_gate_ctrl: enable
[ 2103.793900] az6007: drxk_gate_ctrl: enable
For now, let's just comment, to allow the driver to run.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found