From: Derek Date: Wed, 15 Apr 2015 23:14:02 +0000 (-0700) Subject: mm/mremap.c: clean up goto just return ERR_PTR X-Git-Tag: omap-for-v4.1/fixes-rc1~128^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd576130b7152d8f225bab9d21a3f6f96c84b47;p=pandora-kernel.git mm/mremap.c: clean up goto just return ERR_PTR As suggested by Kirill the "goto"s in vma_to_resize aren't necessary, just change them to explicit return. Signed-off-by: Derek Che Suggested-by: "Kirill A. Shutemov" Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed