mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
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.
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
Description
Languages
C
99.7%
Makefile
0.3%