mirror of
https://github.com/dynup/kpatch
synced 2025-02-18 10:46:55 +00:00
Merge pull request #450 from jpoimboe/unlink-err-fix
fix error path typo
This commit is contained in:
commit
5ebe1f6a6e
@ -954,7 +954,7 @@ err_unlink:
|
||||
break;
|
||||
if (!kpatch_object_linked(object))
|
||||
continue;
|
||||
WARN_ON(!kpatch_unlink_object(object));
|
||||
WARN_ON(kpatch_unlink_object(object));
|
||||
}
|
||||
module_put(kpmod->mod);
|
||||
err_list:
|
||||
|
Loading…
Reference in New Issue
Block a user