aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2007-10-15 17:00:18 +0200
committerIngo Molnar <mingo@elte.hu>2007-10-15 17:00:18 +0200
commit1666703af948ae87c87c2bc7121aa34271cc52ab (patch)
tree9ba5ef0344daa96bd88ddc3d6ad9d3de623c9ff5 /kernel
parentd5036e89dcf7c19b3d03219d7d385bc96965b7fe (diff)
sched: remove stale comment from sched_group_set_shares()
remove stale comment from sched_group_set_shares(). Function never returns -EINVAL. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 7ef66bd753e..fc61b1fc67d 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -6822,8 +6822,6 @@ int sched_group_set_shares(struct task_group *tg, unsigned long shares)
if (tg->shares == shares)
goto done;
- /* return -EINVAL if the new value is not sane */
-
tg->shares = shares;
for_each_possible_cpu(i)
set_se_shares(tg->se[i], shares);