From: Tomas Winkler Date: Mon, 11 Nov 2013 11:26:06 +0000 (+0200) Subject: mei: remove flash_work_queue X-Git-Tag: v3.14-rc1~152^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc844b0d99b8533d6174e5b9a369f7c2cdacfe66;p=pandora-kernel.git mei: remove flash_work_queue Cancel each work properly and remove flash_work_queue. Quoting documentation: In most situations flushing the entire workqueue is overkill; you merely need to know that a particular work item isn't queued and isn't running. In such cases you should use cancel_delayed_work_sync() or cancel_work_sync() instead. Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed