diff options
| author | Petr Mladek <pmladek@suse.com> | 2018-06-05 13:39:12 +0200 | 
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2018-06-05 13:39:12 +0200 | 
| commit | 8bafa2a44ff3647904eaa3c9228bfbd36742b9b4 (patch) | |
| tree | c0bc2ef9e965e50e57aaa22293084ee308b41d3f /lib | |
| parent | bcf8677bc621e0e3b6ed67668d6bd72908fdec2c (diff) | |
| parent | 666902e42fd8344b923c02dc5b0f37948ff4f225 (diff) | |
Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/vsprintf.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c index 7649ef4ed7d0..8999202ad43b 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -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  | 
