mirror of
https://github.com/dynup/kpatch
synced 2025-01-18 11:00:44 +00:00
fix error path typo
This commit is contained in:
parent
731de44ecf
commit
b6ef92bf6c
@ -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