From: Andy Grover Date: Thu, 16 May 2013 17:41:03 +0000 (-0700) Subject: target: Use if/else for sa_res_key conditional in emulate_pro_register() X-Git-Tag: v3.11-rc1~22^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d9c41d190b6645c69a279b0610aad8e4ed9d72;p=pandora-kernel.git target: Use if/else for sa_res_key conditional in emulate_pro_register() Don't need goto, we can just do an if/else for sa_res_key behavior. Move shorter case first. Slightly shorter b/c both cases can share a call to update_and_write_aptpl() now. Signed-off-by: Andy Grover Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed