From: Ilya Dryomov Date: Thu, 11 Sep 2014 08:18:53 +0000 (+0400) Subject: libceph: don't try checking queue_work() return value X-Git-Tag: omap-for-v3.19/prcm-cleanup~68^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91883cd27c4e2523dd53e2bd6f71a1c5e0be5a38;p=pandora-kernel.git libceph: don't try checking queue_work() return value queue_work() doesn't "fail to queue", it returns false if work was already on a queue, which can't happen here since we allocate event_work right before we queue it. So don't bother at all. Signed-off-by: Ilya Dryomov Reviewed-by: Alex Elder --- Reading git-diff-tree failed