aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/rcu/rcutorture.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c
index 693a90fcee83..dfec2582899f 100644
--- a/kernel/rcu/rcutorture.c
+++ b/kernel/rcu/rcutorture.c
@@ -1577,7 +1577,8 @@ rcu_torture_init(void)
1577 fqs_duration = 0; 1577 fqs_duration = 0;
1578 if (fqs_duration) { 1578 if (fqs_duration) {
1579 /* Create the fqs thread */ 1579 /* Create the fqs thread */
1580 torture_create_kthread(rcu_torture_fqs, NULL, fqs_task); 1580 firsterr = torture_create_kthread(rcu_torture_fqs, NULL,
1581 fqs_task);
1581 if (firsterr) 1582 if (firsterr)
1582 goto unwind; 1583 goto unwind;
1583 } 1584 }