mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 20:21:51 -04:00
We should pass "wait_event_interruptible()" the wait-queue itself, not the pointer to it. The magic macro will pointerize it internally. Signed-off-by: Linus Torvalds <torvalds@osdl.org>