projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38544bf
)
acpi: annotate ->poll() instances
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 3 Jul 2017 03:05:29 +0000
(23:05 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 27 Nov 2017 21:20:02 +0000
(16:20 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/acpi/acpi_dbg.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpi_dbg.c
b/drivers/acpi/acpi_dbg.c
index 3ec05aa1a903524b610b447effc498c6e33d9a7e..2ff5c8c04e3b9644fb31218d088895319aadc428 100644
(file)
--- a/
drivers/acpi/acpi_dbg.c
+++ b/
drivers/acpi/acpi_dbg.c
@@
-718,9
+718,9
@@
again:
return size > 0 ? size : ret;
}
-static
unsigned in
t acpi_aml_poll(struct file *file, poll_table *wait)
+static
__poll_
t acpi_aml_poll(struct file *file, poll_table *wait)
{
-
in
t masks = 0;
+
__poll_
t masks = 0;
poll_wait(file, &acpi_aml_io.wait, wait);
if (acpi_aml_user_readable())