Message ID | 20170814070849.20986-46-jgross@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c index 9b1db1351f..2da9cc2ffb 100644 --- a/xen/common/sched_credit2.c +++ b/xen/common/sched_credit2.c @@ -352,8 +352,6 @@ static int parse_credit2_runqueue(const char *s) } } - printk("WARNING, unrecognized value of credit2_runqueue option!\n"); - return -EINVAL; } custom_param("credit2_runqueue", parse_credit2_runqueue);