]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio:kfifo_buf: Use wake_up_interruptible_poll()
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 15 Sep 2013 15:31:00 +0000 (16:31 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 15 Sep 2013 16:39:04 +0000 (17:39 +0100)
commit623c334c1a40ae84a19ab8ef77924e9f0f2d4bcd
treefaa222f6ab4733ad5fd0f538dbe6d9e541da27bf
parent705ee2c98a37130fd0aa914dc55b74a9174a6ff0
iio:kfifo_buf: Use wake_up_interruptible_poll()

Use wake_up_interruptible_poll() instead of wake_up_interruptible() to only wake
up those threads that listen for input poll notifications.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/kfifo_buf.c