From: Zhang Yanfei Date: Mon, 8 Jul 2013 22:59:57 +0000 (-0700) Subject: mm/vmalloc.c: emit the failure message before return X-Git-Tag: v3.11-rc1~67^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c001a2753f47ffa621131baa3409e636515347;p=pandora-kernel.git mm/vmalloc.c: emit the failure message before return Use goto to jump to the fail label to give a failure message before returning NULL. This makes the failure handling in this function consistent. Signed-off-by: Zhang Yanfei Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed