commit | cc6317d7ac30479db060f60c66bb48a12b2d0be6 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Nov 01 14:03:32 2019 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Jan 03 11:26:46 2020 -0800 |
tree | 8065589ab4a5d87d182737cff934eacd6f9c7230 | |
parent | ac09bb33cfa03171f23683c43f14ede074d19469 [diff] |
kernel: poll: Allow 0 event input Allow caller to supply 0 events in which case the function just does the sleep. This is useful so that the caller does not need to create artificial events. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>