Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42123687 authored by Jasmin Jessich's avatar Jasmin Jessich Committed by Mauro Carvalho Chehab
Browse files

media: Use wait_queue_head_t for media_request



The portable type for a wait queue is wait_queue_head_t.

Signed-off-by: default avatarJasmin Jessich <jasmin@anw.at>
Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 4e26f692
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
};