diff options
Diffstat (limited to 'drivers/hid/hid-debug.c')
-rw-r--r-- | drivers/hid/hid-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c index 5271db593478..c783fd5ef809 100644 --- a/drivers/hid/hid-debug.c +++ b/drivers/hid/hid-debug.c | |||
@@ -1179,7 +1179,7 @@ out: | |||
1179 | return ret; | 1179 | return ret; |
1180 | } | 1180 | } |
1181 | 1181 | ||
1182 | static unsigned int hid_debug_events_poll(struct file *file, poll_table *wait) | 1182 | static __poll_t hid_debug_events_poll(struct file *file, poll_table *wait) |
1183 | { | 1183 | { |
1184 | struct hid_debug_list *list = file->private_data; | 1184 | struct hid_debug_list *list = file->private_data; |
1185 | 1185 | ||