We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023f124 commit fc0585cCopy full SHA for fc0585c
kernel/trace/rv/rv.c
@@ -809,7 +809,8 @@ int rv_register_monitor(struct rv_monitor *monitor, struct rv_monitor *parent)
809
if (p && rv_is_nested_monitor(p)) {
810
pr_info("Parent monitor %s is already nested, cannot nest further\n",
811
parent->name);
812
- return -EINVAL;
+ retval = -EINVAL;
813
+ goto out_unlock;
814
}
815
816
r = kzalloc(sizeof(struct rv_monitor_def), GFP_KERNEL);
0 commit comments