]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/irq_work.c
irq_work: Remove return value from the irq_work_queue() function
authoranish kumar <anish198519851985@gmail.com>
Sun, 3 Feb 2013 21:08:23 +0000 (22:08 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 4 Feb 2013 10:50:59 +0000 (11:50 +0100)
commitc02cf5f8ed6137e2b3b2f10e0fca336e06e09ba4
tree808036e5a89ace73ea2a92719529df6c6321977b
parent786133f6e8ff94aaa78cd6b7844d04c227098327
irq_work: Remove return value from the irq_work_queue() function

As no one is using the return value of irq_work_queue(),
so it is better to just make it void.

Signed-off-by: anish kumar <anish198519851985@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
[ Fix stale comments, remove now unnecessary __irq_work_queue() intermediate function ]
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/1359925703-24304-1-git-send-email-fweisbec@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/irq_work.h
kernel/irq_work.c