Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18

This commit is contained in:
Petr Mladek
2018-06-05 13:39:12 +02:00
5 changed files with 10 additions and 13 deletions

View File

@@ -1459,9 +1459,6 @@ char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec,
return string(buf, end, NULL, spec);
switch (fmt[1]) {
case 'r':
return number(buf, end, clk_get_rate(clk), spec);
case 'n':
default:
#ifdef CONFIG_COMMON_CLK