xen/common/sched_credit2.c: remove custom_param() error messages
authorJuergen Gross <jgross@suse.com>
Mon, 28 Aug 2017 07:36:00 +0000 (09:36 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 28 Aug 2017 08:54:11 +0000 (10:54 +0200)
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 <jgross@suse.com>
Acked-by: Dario Faggioli <dario.faggioli@citrix.com>
xen/common/sched_credit2.c

index 9b1db1351f300e89f634d599345ef8c9acf28092..2da9cc2ffb6f3d47f397d5703dbf12a887ca3d8a 100644 (file)
@@ -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);