OSDN Git Service

sched/tune: report when SchedTune has not been initialized
authorPatrick Bellasi <patrick.bellasi@arm.com>
Thu, 13 Oct 2016 16:34:47 +0000 (17:34 +0100)
committerAndres Oportus <andresoportus@google.com>
Fri, 2 Jun 2017 15:01:55 +0000 (08:01 -0700)
Change-Id: Iba4e5e3d220451f04272d555e6b8e0af83a7f09d
Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
Signed-off-by: Srinath Sridharan <srinathsr@google.com>
kernel/sched/tune.c

index d512b4f..9770cef 100644 (file)
@@ -939,6 +939,7 @@ schedtune_init(void)
        return 0;
 
 nodata:
+       pr_warning("schedtune: disabled!\n");
        rcu_read_unlock();
        return -EINVAL;
 }