Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0c5d55c authored by Patrick Bellasi's avatar Patrick Bellasi Committed by Andres Oportus
Browse files

ANDROID: sched/tune: report when SchedTune has not been initialized



Change-Id: Iba4e5e3d220451f04272d555e6b8e0af83a7f09d
Signed-off-by: default avatarPatrick Bellasi <patrick.bellasi@arm.com>
Signed-off-by: default avatarSrinath Sridharan <srinathsr@google.com>
Signed-off-by: default avatarQuentin Perret <quentin.perret@arm.com>
parent 9e20d604
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -939,6 +939,7 @@ schedtune_init(void)
	return 0;
	return 0;


nodata:
nodata:
	pr_warning("schedtune: disabled!\n");
	rcu_read_unlock();
	rcu_read_unlock();
	return -EINVAL;
	return -EINVAL;
}
}