irq/work: Don't reinvent the wheel but use existing llist API
authorByungchul Park <byungchul.park@lge.com>
Tue, 31 Oct 2017 01:46:54 +0000 (02:46 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 31 Oct 2017 09:24:39 +0000 (10:24 +0100)
commit16c0890dc66d258fdeccf7b15a133f3930b19143
tree9129abdd902601a4783338a4ea0ead4951e0a726
parent250a53d6fcd86012935d1cf71eb2e3d6e88c412c
irq/work: Don't reinvent the wheel but use existing llist API

Use the proper llist APIs instead of open-coded variants of them.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1509414414-14987-1-git-send-email-frederic@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/irq_work.c