Thread (2 messages) flat view 2 messages, 2 authors, 2014-08-26

Re: [PATCH][input-led] Defer input led work to workqueue

From: Johannes Berg <johannes@sipsolutions.net>
Date: 2014-08-26 08:02:53
Also in: linux-leds, lkml

On Tue, 2014-08-26 at 03:54 +0200, Samuel Thibault wrote:
+	vt_led_wq = alloc_workqueue("input_leds", WQ_UNBOUND, 0);
+	if (!vt_led_wq)
+		return -ENOMEM;
Does this really need a separate workqueue rather than just using
schedule_work()? There doesn't seem to be much point in having its own
workqueue really, to me.

johannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help