mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-16 11:44:52 +00:00
The EDID read code waits for the read completion interrupt to occur
using wait_event_interruptible(). The condition passed to the macro
reads I2C registers. This results in sleeping with the task state set
to TASK_INTERRUPTIBLE, triggering a WARN_ON() introduced in commit
|
||
|---|---|---|
| .. | ||
| adv7511.c | ||
| adv7511.h | ||
| ch7006_drv.c | ||
| ch7006_mode.c | ||
| ch7006_priv.h | ||
| Kconfig | ||
| Makefile | ||
| sil164_drv.c | ||
| tda998x_drv.c | ||