binfmt/: Fix one more inappropriate access to the errno variable.

This commit is contained in:
Gregory Nutt
2018-02-01 08:33:04 -06:00
parent e93cb86903
commit a096bc1266
5 changed files with 4 additions and 24 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ int builtin_initialize(void)
void builtin_uninitialize(void)
{
unregister_binfmt(&g_builtin_binfmt);
(void)unregister_binfmt(&g_builtin_binfmt);
}
#endif /* CONFIG_BUILTIN */