mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
55e7a91c3e
When write_reg() fails, the mutex_unlock() won't ever be hit especially when closing the I2C gate. This can lead to deadlock situations, even (or, especially) if the i2c_gate_ctrl status isn't checked in stv6111. Fix this possibility by releasing the lock whenever write_reg() fails. |
||
---|---|---|
apps | ||
ddbridge | ||
ddip | ||
docs | ||
dvb-core | ||
frontends | ||
include/linux/dvb | ||
.gitignore | ||
CHANGELOG | ||
Kbuild | ||
Makefile | ||
README.md |
DDBridge Driver
Patches
We can only accept patches which don't break compilation for older kernels (as far back as 2.6.37).
Prepare for Building
TBD
Building
TBD