[media] cx231xx: Use wake_up_interruptible() instead of wake_up_interruptible_nr()
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 20 Aug 2015 21:03:43 +0000 (18:03 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 3 Sep 2015 16:50:52 +0000 (13:50 -0300)
commit543409a2475de00d336468eee5bba8409092db16
treeaf1dab5ddd29bea0723d0187054c23e0447ff5fd
parentabeaca0ff5666a1cd7460304e619e4c6a486ea04
[media] cx231xx: Use wake_up_interruptible() instead of wake_up_interruptible_nr()

While looking at use cases of the wake queues in order to add support
for simple wait queues, I noticed that there was only a single user of
wake_up_interruptible_nr(), and that use was doing a single task wake
up. Have that user use the proper wake_up_interruptible() instead, and
perhaps we can even remove the function wake_up_interruptible_nr().

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/cx231xx/cx231xx-video.c