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:
4e26f69
)
media: Use wait_queue_head_t for media_request
author
Jasmin Jessich
<jasmin@anw.at>
Fri, 9 Nov 2018 21:06:05 +0000
(16:06 -0500)
committer
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Tue, 20 Nov 2018 17:53:23 +0000
(12:53 -0500)
The portable type for a wait queue is wait_queue_head_t.
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
include/media/media-request.h
patch
|
blob
|
history
diff --git
a/include/media/media-request.h
b/include/media/media-request.h
index 0ce75c35131f114f24998c6d4332cba5eb20d843..bd36d74316984161bd7e1828b60c189affdf8af3 100644
(file)
--- a/
include/media/media-request.h
+++ b/
include/media/media-request.h
@@
-68,7
+68,7
@@
struct media_request {
unsigned int access_count;
struct list_head objects;
unsigned int num_incomplete_objects;
-
struct wait_queue_head
poll_wait;
+
wait_queue_head_t
poll_wait;
spinlock_t lock;
};