commit | e2c8978a75e0e13a911b7c9d6e2b3a490f1f24d8 | [log] [tgz] |
---|---|---|
author | Sergey Shtylyov <s.shtylyov@omprussia.ru> | Sat Oct 31 23:09:31 2020 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 25 09:04:11 2021 +0100 |
tree | d9e5156033eb1f22e2d9fef23bcd8e9f2723475e | |
parent | 8587715b65faae25b07db16d07d09b5831f44742 [diff] |
module: avoid *goto*s in module_sig_check() [ Upstream commit 10ccd1abb808599a6dc7c9389560016ea3568085 ] Let's move the common handling of the non-fatal errors after the *switch* statement -- this avoids *goto*s inside that *switch*... Suggested-by: Joe Perches <joe@perches.com> Reviewed-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru> Signed-off-by: Jessica Yu <jeyu@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>