From: J. Bruce Fields Date: Mon, 13 Aug 2012 22:01:03 +0000 (-0400) Subject: svcrpc: clean up control flow X-Git-Tag: v3.7-rc1~24^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e10078a87c8a2c3c8d0f9856c0f74272fc0f74;p=pandora-kernel.git svcrpc: clean up control flow Mainly, use the kernel standard err = -ERROR; if (something_bad) goto out; normal case; rather than if (something_bad) err = -ERROR else { normal case; } Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed