commit | 66b83a4cdd3b73effdc285d1d66763c69ffe2ee8 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@android.com> | Mon Oct 09 14:26:56 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 20 12:53:43 2017 +0200 |
tree | 4b5a6f1703ff3f9634e633dc58e6693cbb391463 | |
parent | 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9 [diff] |
binder: call poll_wait() unconditionally. Because we're not guaranteed that subsequent calls to poll() will have a poll_table_struct parameter with _qproc set. When _qproc is not set, poll_wait() is a noop, and we won't be woken up correctly. Signed-off-by: Martijn Coenen <maco@android.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>