From: Steven Rostedt Date: Thu, 20 Aug 2015 21:03:43 +0000 (-0300) Subject: [media] cx231xx: Use wake_up_interruptible() instead of wake_up_interruptible_nr() X-Git-Tag: omap-for-v4.3/fixes-rc1~82^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543409a2475de00d336468eee5bba8409092db16;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed