1
0
Fork 0

acpi: annotate ->poll() instances

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
hifive-unleashed-5.1
Al Viro 2017-07-02 23:05:29 -04:00
parent 38544bfff2
commit 0d9b87f3ba
1 changed files with 2 additions and 2 deletions

View File

@ -718,9 +718,9 @@ again:
return size > 0 ? size : ret;
}
static unsigned int acpi_aml_poll(struct file *file, poll_table *wait)
static __poll_t acpi_aml_poll(struct file *file, poll_table *wait)
{
int masks = 0;
__poll_t masks = 0;
poll_wait(file, &acpi_aml_io.wait, wait);
if (acpi_aml_user_readable())