From: Yann Droneaud <[mailto:ydroneaud@opteya.com]> Date: Fri, 28 Mar 2014 18:55:21 +0000 (-0400) Subject: RDMA/cxgb4: set error code on kmalloc() failure X-Git-Tag: v3.15-rc1~113^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd2793c9559ae73ae021797f1d4b097c27f24be;p=pandora-kernel.git RDMA/cxgb4: set error code on kmalloc() failure If kmalloc() fails in c4iw_alloc_ucontext(), the function leaves but does not set an error code in ret variable: it will return 0 to the caller. This patch set ret to -ENOMEM in such case. Cc: Steve Wise Cc: Steve Wise Signed-off-by: Yann Droneaud Acked-by: Steve Wise Signed-off-by: David S. Miller --- Reading git-diff-tree failed