diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2015-08-20 18:03:43 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-09-03 13:50:52 -0300 |
commit | 543409a2475de00d336468eee5bba8409092db16 (patch) | |
tree | af1dab5ddd29bea0723d0187054c23e0447ff5fd /net/sched/cls_basic.c | |
parent | abeaca0ff5666a1cd7460304e619e4c6a486ea04 (diff) |
[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>
Diffstat (limited to 'net/sched/cls_basic.c')
0 files changed, 0 insertions, 0 deletions