From: Dan Carpenter Date: Thu, 15 Aug 2013 05:58:59 +0000 (+0300) Subject: libceph: create_singlethread_workqueue() doesn't return ERR_PTRs X-Git-Tag: v3.12-rc1~90^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbcae088fa660086bde6e10d63bb3c9264832d85;p=pandora-kernel.git libceph: create_singlethread_workqueue() doesn't return ERR_PTRs create_singlethread_workqueue() returns NULL on error, and it doesn't return ERR_PTRs. I tweaked the error handling a little to be consistent with earlier in the function. Signed-off-by: Dan Carpenter Reviewed-by: Sage Weil --- Reading git-diff-tree failed