From: Juergen Gross Date: Mon, 28 Aug 2017 07:36:00 +0000 (+0200) Subject: xen/common/sched_credit2.c: remove custom_param() error messages X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1550 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2c84ea69ad6163d20fce05547b20eae4cda9bc8c;p=xen.git xen/common/sched_credit2.c: remove custom_param() error messages With _cmdline_parse() now issuing error messages in case of illegal parameters signalled by parsing functions specified in custom_param() the message issued by parse_credit2_runqueue() can be removed. Signed-off-by: Juergen Gross Acked-by: Dario Faggioli --- 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);